Click or drag to resize

OpusCodec Constructor

Initializes a new instance of the OpusCodec class

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

Parameters

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