Click or drag to resize

LinuxNativeApiInitNativeAudioEncoder Method

Namespace:  Ozeki.Common
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public static StatusCode InitNativeAudioEncoder(
	IntPtr instance,
	int dst_bitrate,
	int src_channels,
	int dst_channels,
	int src_sample_rate,
	int dst_sample_rate
)

Parameters

instance
Type: SystemIntPtr
dst_bitrate
Type: SystemInt32
src_channels
Type: SystemInt32
dst_channels
Type: SystemInt32
src_sample_rate
Type: SystemInt32
dst_sample_rate
Type: SystemInt32

Return Value

Type: StatusCode
See Also