Click or drag to resize

AudioWaveFormatCreateALawFormat Method

Creates an A-law wave format

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public static AudioWaveFormat CreateALawFormat(
	int sampleRate,
	int channels
)

Parameters

sampleRate
Type: SystemInt32
Sample Rate
channels
Type: SystemInt32
Number of Channels

Return Value

Type: AudioWaveFormat
Wave Format
See Also