Click or drag to resize

OzNativeAudioDecoder Constructor

Initializes a new instance of the OzNativeAudioDecoder class

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

Parameters

id  OzNativeCodec
 
channels  Int32
 
sampleRate  Int32
 
bitrate  Int32
 
See Also