AudioWaveFormatCreateIeeeFloatWaveFormat Method |
Creates a new 32 bit IEEE floating point wave format
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
AudioWaveFormatSee Also