Click or drag to resize
AudioWaveFormat Constructor (BinaryReader)
Reads a new AudioWaveFormat object from a stream

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public AudioWaveFormat(
	BinaryReader br
)

Parameters

br
Type: System.IOBinaryReader
A binary reader that wraps the stream
See Also