Click or drag to resize

OzNativeAudioDecoder Constructor

Initializes a new instance of the OzNativeAudioDecoder class

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

Parameters

id  OzNativeCodec
 
channels  Int32
 
sampleRate  Int32
 
bitrate  Int32
 
See Also