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.3.183.0
Syntax
public OzNativeAudioDecoder(
	OzNativeCodec id,
	int channels,
	int sampleRate,
	int bitrate
)

Parameters

id
Type: OzNativeCodec
channels
Type: SystemInt32
sampleRate
Type: SystemInt32
bitrate
Type: SystemInt32
See Also