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.4.54.0
Syntax
public OpusCodec(
	int bitrate,
	int input_channels,
	int samplerate
)

Parameters

bitrate  Int32
 
input_channels  Int32
 
samplerate  Int32
 
See Also