Click or drag to resize

AudioWaveFormatSerialize Method

Writes this AudioWaveFormat object to a stream

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

Parameters

writer
Type: System.IOBinaryWriter
the output stream
See Also