| CodecFactoryOpus Constructor  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic CodecFactoryOpus(
	int sampleRate = 16000
)
Public Sub New ( 
	Optional sampleRate As Integer = 16000
)
public:
CodecFactoryOpus(
	int sampleRate = 16000
)
new : 
        ?sampleRate : int 
(* Defaults:
        let _sampleRate = defaultArg sampleRate 16000
*)
-> CodecFactoryOpusParameters
- sampleRate (Optional)
 - Type: SystemInt32
 
See Also