BE_CONFIG(WaveFormat, UInt32) Constructor |
Initializes a new instance of the
BE_CONFIG class
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic 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 WaveFormat
-
- MpeBitRate UInt32
-
See Also