AudioWaveFormatCreateMuLawFormat Method |
Creates a Mu-law wave format
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
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