Click or drag to resize
OzNativeAudioDecoder Constructor
Initializes a new instance of the OzNativeAudioDecoder class

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public OzNativeAudioDecoder(
	OzNativeCodec id,
	int channels,
	int sampleRate,
	int bitrate
)

Parameters

id
Type: Ozeki.CommonOzNativeCodec
channels
Type: SystemInt32
sampleRate
Type: SystemInt32
bitrate
Type: SystemInt32
See Also