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: 10.4.13.0
Syntax
public static AudioWaveFormat FromFormatChunk(
	BinaryReader br,
	int formatChunkLength
)

Parameters

br  BinaryReader
Binary reader
formatChunkLength  Int32
Format chunk length

Return Value

AudioWaveFormat
A AudioWaveFormatExtraData
See Also