OzNativeAudioDecoder Constructor |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic OzNativeAudioDecoder(
OzNativeCodec id,
int channels,
int sampleRate,
int bitrate
)
Public Sub New (
id As OzNativeCodec,
channels As Integer,
sampleRate As Integer,
bitrate As Integer
)
public:
OzNativeAudioDecoder(
OzNativeCodec id,
int channels,
int sampleRate,
int bitrate
)
new :
id : OzNativeCodec *
channels : int *
sampleRate : int *
bitrate : int -> OzNativeAudioDecoder
Parameters
- id
- Type: OzNativeCodec
- channels
- Type: SystemInt32
- sampleRate
- Type: SystemInt32
- bitrate
- Type: SystemInt32
See Also