Initializes a new instance of the WaveWriter class based on the supplied stream and a specific audio format header.
Namespace: Alvas.AudioAssembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax public WaveWriter(
Stream output,
byte[] formatHeader
)
Public Sub New (
output As Stream,
formatHeader As Byte()
)
public:
WaveWriter(
Stream^ output,
array<unsigned char>^ formatHeader
)
Parameters
- output
- Type: System.IOStream
The supplied stream. - formatHeader
- Type: SystemByte
The audio format header.
See Also