AudioWaveFormatSerialize Method |
Writes this AudioWaveFormat object to a stream
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public virtual void Serialize(
BinaryWriter writer
)
Public Overridable Sub Serialize (
writer As BinaryWriter
)
public:
virtual void Serialize(
BinaryWriter^ writer
)
abstract Serialize :
writer : BinaryWriter -> unit
override Serialize :
writer : BinaryWriter -> unit
Parameters
- writer
- Type: System.IOBinaryWriter
the output stream
See Also