AudioWaveFormatCreateIeeeFloatWaveFormat Method |
Creates a new 32 bit IEEE floating point wave format
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static AudioWaveFormat CreateIeeeFloatWaveFormat(
int sampleRate,
int channels
)
Public Shared Function CreateIeeeFloatWaveFormat (
sampleRate As Integer,
channels As Integer
) As AudioWaveFormat
public:
static AudioWaveFormat^ CreateIeeeFloatWaveFormat(
int sampleRate,
int channels
)
static member CreateIeeeFloatWaveFormat :
sampleRate : int *
channels : int -> AudioWaveFormat
Parameters
- sampleRate
- Type: SystemInt32
sample rate - channels
- Type: SystemInt32
number of channels
Return Value
Type:
AudioWaveFormat
See Also