Initializes a new instance of the
Format class
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic Format(
WaveFormat format,
uint MpeBitRate
)
Public Sub New (
format As WaveFormat,
MpeBitRate As UInteger
)
public:
Format(
WaveFormat^ format,
unsigned int MpeBitRate
)
new :
format : WaveFormat *
MpeBitRate : uint32 -> Format
Parameters
- format
- Type: WaveFormat
- MpeBitRate
- Type: SystemUInt32
See Also