Click or drag to resize

OzNativeAudioEncoder Constructor

Initializes a new instance of the OzNativeAudioEncoder class

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

Parameters

id
Type: OzNativeCodec
outBitrate
Type: SystemInt32
inChannels
Type: SystemInt32
outChannels
Type: SystemInt32
inSampleRate
Type: SystemInt32
outSampleRate
Type: SystemInt32
See Also