CodecFactoryOpus Constructor |
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
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 Int32 (Optional)
-
See Also