CodecFactoryOpus Constructor |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
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
*)
-> CodecFactoryOpus
Parameters
- sampleRate Int32 (Optional)
-
See Also