AudioWaveFormatCreateCustomFormat Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.5.1
Syntaxpublic static AudioWaveFormat CreateCustomFormat(
WaveFormatEncoding tag,
int sampleRate,
int channels,
int averageBytesPerSecond,
int blockAlign,
int bitsPerSample
)
Public Shared Function CreateCustomFormat (
tag As WaveFormatEncoding,
sampleRate As Integer,
channels As Integer,
averageBytesPerSecond As Integer,
blockAlign As Integer,
bitsPerSample As Integer
) As AudioWaveFormat
public:
static AudioWaveFormat^ CreateCustomFormat(
WaveFormatEncoding tag,
int sampleRate,
int channels,
int averageBytesPerSecond,
int blockAlign,
int bitsPerSample
)
static member CreateCustomFormat :
tag : WaveFormatEncoding *
sampleRate : int *
channels : int *
averageBytesPerSecond : int *
blockAlign : int *
bitsPerSample : int -> AudioWaveFormat Parameters
- tag WaveFormatEncoding
-
- sampleRate Int32
-
- channels Int32
-
- averageBytesPerSecond Int32
-
- blockAlign Int32
-
- bitsPerSample Int32
-
Return Value
AudioWaveFormat
See Also