| 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)
Syntaxpublic AudioWaveFormat(
	BinaryReader br
)
Public Sub New ( 
	br As BinaryReader
)
public:
AudioWaveFormat(
	BinaryReader^ br
)
new : 
        br : BinaryReader -> AudioWaveFormatParameters
- br
 - Type: System.IOBinaryReader
A binary reader that wraps the stream 
See Also