AudioWaveFormatCreateALawFormat Method |
Creates an A-law wave format
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
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 Int32
- Sample Rate
- channels Int32
- Number of Channels
Return Value
AudioWaveFormatWave Format
See Also