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