AudioWaveFormatCreateMuLawFormat Method |
Creates a Mu-law wave format
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic static AudioWaveFormat CreateMuLawFormat(
int sampleRate,
int channels
)
Public Shared Function CreateMuLawFormat (
sampleRate As Integer,
channels As Integer
) As AudioWaveFormat
public:
static AudioWaveFormat^ CreateMuLawFormat(
int sampleRate,
int channels
)
static member CreateMuLawFormat :
sampleRate : int *
channels : int -> AudioWaveFormat
Parameters
- sampleRate Int32
- Sample Rate
- channels Int32
- Number of Channels
Return Value
AudioWaveFormatWave Format
See Also