Click or drag to resize
OzNativeAudioEncoder Constructor
Initializes a new instance of the OzNativeAudioEncoder class

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public OzNativeAudioEncoder(
	OzNativeCodec id,
	int outBitrate,
	int inChannels,
	int outChannels,
	int inSampleRate,
	int outSampleRate
)

Parameters

id
Type: Ozeki.CommonOzNativeCodec
outBitrate
Type: SystemInt32
inChannels
Type: SystemInt32
outChannels
Type: SystemInt32
inSampleRate
Type: SystemInt32
outSampleRate
Type: SystemInt32
See Also