Initializes a new instance of the
OpusCodec class
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public OpusCodec(
int bitrate,
int input_channels,
int samplerate
)
Public Sub New (
bitrate As Integer,
input_channels As Integer,
samplerate As Integer
)
public:
OpusCodec(
int bitrate,
int input_channels,
int samplerate
)
new :
bitrate : int *
input_channels : int *
samplerate : int -> OpusCodec
Parameters
- bitrate
- Type: SystemInt32
- input_channels
- Type: SystemInt32
- samplerate
- Type: SystemInt32
See Also