Initializes a new instance of the
CodecL16 class
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic CodecL16(
int sampleRate,
int channels
)
Public Sub New (
sampleRate As Integer,
channels As Integer
)
public:
CodecL16(
int sampleRate,
int channels
)
new :
sampleRate : int *
channels : int -> CodecL16
Parameters
- sampleRate Int32
-
- channels Int32
-
See Also