Click or drag to resize

AudioWaveFormat(BinaryReader) Constructor

Reads a new AudioWaveFormat object from a stream

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

Parameters

br  BinaryReader
A binary reader that wraps the stream
See Also