| AudioWaveFormatFromFormatChunk Method  | 
            Reads in a AudioWaveFormat (with extra data) from a fmt chunk (chunk identifier and
            length should already have been read)
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic static AudioWaveFormat FromFormatChunk(
	BinaryReader br,
	int formatChunkLength
)
Public Shared Function FromFormatChunk ( 
	br As BinaryReader,
	formatChunkLength As Integer
) As AudioWaveFormat
public:
static AudioWaveFormat^ FromFormatChunk(
	BinaryReader^ br, 
	int formatChunkLength
)
static member FromFormatChunk : 
        br : BinaryReader * 
        formatChunkLength : int -> AudioWaveFormat 
Parameters
- br
 - Type: System.IOBinaryReader
Binary reader - formatChunkLength
 - Type: SystemInt32
Format chunk length 
Return Value
Type: 
AudioWaveFormatA AudioWaveFormatExtraData
See Also