Initializes a new instance of the
Format class
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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: Ozeki.MediaWaveFormat
- MpeBitRate
- Type: SystemUInt32
See Also