Initializes a new instance of the
CodecL16 class
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.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
- Type: SystemInt32
- channels
- Type: SystemInt32
See Also