| AudioWaveFormat Constructor (Int32, Int32) | 
            Creates a new 16 bit wave format with the specified sample
            rate and channel count
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic AudioWaveFormat(
	int sampleRate,
	int channels
)
Public Sub New ( 
	sampleRate As Integer,
	channels As Integer
)
public:
AudioWaveFormat(
	int sampleRate, 
	int channels
)
new : 
        sampleRate : int * 
        channels : int -> AudioWaveFormatParameters
- sampleRate
 - Type: SystemInt32
Sample Rate - channels
 - Type: SystemInt32
Number of channels 
See Also