Initializes a new instance of the
CodecL16 class
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
- Type: SystemInt32
- channels
- Type: SystemInt32
See Also