Click or drag to resize

NativeAPIAACAudioDecoderInit Method

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

Parameters

instance
Type: SystemIntPtr
channels
Type: SystemInt32
bitsPerSample
Type: SystemInt32
sample_freq
Type: SystemInt32
data
Type: SystemByte

Return Value

Type: StatusCode
See Also