OzNativeAudioDecoder Constructor |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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: Ozeki.CommonOzNativeCodec
- channels
- Type: SystemInt32
- sampleRate
- Type: SystemInt32
- bitrate
- Type: SystemInt32
See Also