AudioWaveFormatSerialize Method |
Writes this AudioWaveFormat object to a stream
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic 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