Click or drag to resize

LinuxNativeApiInitNativeAudioDecoder Method

Namespace:  Ozeki.Common
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public static StatusCode InitNativeAudioDecoder(
	IntPtr instance,
	byte[] initData,
	int initDataLength,
	ref int samplerate,
	ref int channels,
	ref int bitrate
)

Parameters

instance
Type: SystemIntPtr
initData
Type: SystemByte
initDataLength
Type: SystemInt32
samplerate
Type: SystemInt32
channels
Type: SystemInt32
bitrate
Type: SystemInt32

Return Value

Type: StatusCode
See Also