Click or drag to resize

AudioWaveFormatSerialize Method

Writes this AudioWaveFormat object to a stream

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public virtual void Serialize(
	BinaryWriter writer
)

Parameters

writer  BinaryWriter
the output stream
See Also