| AudioWaveFormatCreateALawFormat Method  | 
            Creates an A-law wave format
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic static AudioWaveFormat CreateALawFormat(
	int sampleRate,
	int channels
)
Public Shared Function CreateALawFormat ( 
	sampleRate As Integer,
	channels As Integer
) As AudioWaveFormat
public:
static AudioWaveFormat^ CreateALawFormat(
	int sampleRate, 
	int channels
)
static member CreateALawFormat : 
        sampleRate : int * 
        channels : int -> AudioWaveFormat 
Parameters
- sampleRate
 - Type: SystemInt32
Sample Rate - channels
 - Type: SystemInt32
Number of Channels 
Return Value
Type: 
AudioWaveFormatWave Format
See Also