| WaveFormatExtensible Constructor  | 
            Creates a new WaveFormatExtensible for PCM or IEEE
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic WaveFormatExtensible(
	int rate,
	int bits,
	int channels
)
Public Sub New ( 
	rate As Integer,
	bits As Integer,
	channels As Integer
)
public:
WaveFormatExtensible(
	int rate, 
	int bits, 
	int channels
)
new : 
        rate : int * 
        bits : int * 
        channels : int -> WaveFormatExtensibleParameters
- rate
 - Type: SystemInt32
 - bits
 - Type: SystemInt32
 - channels
 - Type: SystemInt32
 
See Also