BE_CONFIG Constructor (WaveFormat, UInt32) |
Initializes a new instance of the
BE_CONFIG class
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public BE_CONFIG(
WaveFormat format,
uint MpeBitRate
)
Public Sub New (
format As WaveFormat,
MpeBitRate As UInteger
)
public:
BE_CONFIG(
WaveFormat^ format,
unsigned int MpeBitRate
)
new :
format : WaveFormat *
MpeBitRate : uint32 -> BE_CONFIG
Parameters
- format
- Type: Ozeki.MediaWaveFormat
- MpeBitRate
- Type: SystemUInt32
See Also