Click or drag to resize

OpusCodec Constructor

Initializes a new instance of the OpusCodec class

Namespace: Ozeki.Media
Assembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntax
public OpusCodec(
	int bitrate,
	int channels,
	int sampleRate,
	bool cbr = false,
	bool useInbandFec = false,
	bool useDtx = false
)

Parameters

bitrate  Int32
 
channels  Int32
 
sampleRate  Int32
 
cbr  Boolean  (Optional)
 
useInbandFec  Boolean  (Optional)
 
useDtx  Boolean  (Optional)
 
See Also