Click or drag to resize
AudioWaveFormatFromFormatChunk Method
Reads in a AudioWaveFormat (with extra data) from a fmt chunk (chunk identifier and length should already have been read)

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public static AudioWaveFormat FromFormatChunk(
	BinaryReader br,
	int formatChunkLength
)

Parameters

br
Type: System.IOBinaryReader
Binary reader
formatChunkLength
Type: SystemInt32
Format chunk length

Return Value

Type: AudioWaveFormat
A AudioWaveFormatExtraData
See Also