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: 10.3.199.0
Syntax
public AudioWaveFormat(
	BinaryReader br
)

Parameters

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