AudioWaveFormat Constructor (BinaryReader) |
Reads a new AudioWaveFormat object from a stream
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public AudioWaveFormat(
BinaryReader br
)
Public Sub New (
br As BinaryReader
)
public:
AudioWaveFormat(
BinaryReader^ br
)
new :
br : BinaryReader -> AudioWaveFormat
Parameters
- br
- Type: System.IOBinaryReader
A binary reader that wraps the stream
See Also