Click or drag to resize
AudioWaveFormatSerialize Method
Writes this AudioWaveFormat object to a stream

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

Parameters

writer
Type: System.IOBinaryWriter
the output stream
See Also