Click or drag to resize

NativeAPIProcessOGGFile Method

Namespace:  Ozeki.Common
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public static StatusCode ProcessOGGFile(
	IntPtr instance,
	out int channels,
	out long sample_rate,
	out IntPtr metadata_str,
	out int metadata_length,
	out IntPtr pcm_data,
	out ulong pcm_size
)

Parameters

instance
Type: SystemIntPtr
channels
Type: SystemInt32
sample_rate
Type: SystemInt64
metadata_str
Type: SystemIntPtr
metadata_length
Type: SystemInt32
pcm_data
Type: SystemIntPtr
pcm_size
Type: SystemUInt64

Return Value

Type: StatusCode
See Also