AudioWaveFormatCreateMuLawFormat Method |
Creates a Mu-law wave format
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.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
- Type: SystemInt32
Sample Rate - channels
- Type: SystemInt32
Number of Channels
Return Value
Type:
AudioWaveFormatWave Format
See Also