Click or drag to resize

LinuxNativeApiNativeAudioDecode Method

Namespace:  Ozeki.Common
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public static StatusCode NativeAudioDecode(
	IntPtr instance,
	byte[] in_data,
	int in_data_size,
	out IntPtr output,
	out int output_length,
	out long timestamp
)

Parameters

instance
Type: SystemIntPtr
in_data
Type: SystemByte
in_data_size
Type: SystemInt32
output
Type: SystemIntPtr
output_length
Type: SystemInt32
timestamp
Type: SystemInt64

Return Value

Type: StatusCode
See Also