Click or drag to resize

AudioWaveFormat(BinaryReader) Constructor

Reads a new AudioWaveFormat object from a stream

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

Parameters

br  BinaryReader
A binary reader that wraps the stream
See Also