Click or drag to resize

NativeAPIAACAudioDecoderInit Method


Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public static StatusCode AACAudioDecoderInit(
	IntPtr instance,
	int channels,
	int bitsPerSample,
	int sample_freq,
	byte[] data
)

Parameters

instance  IntPtr
 
channels  Int32
 
bitsPerSample  Int32
 
sample_freq  Int32
 
data  Byte
 

Return Value

StatusCode
See Also