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

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public OpusCodec(
	int bitrate,
	int input_channels,
	int samplerate
)

Parameters

bitrate
Type: SystemInt32
input_channels
Type: SystemInt32
samplerate
Type: SystemInt32
See Also