Class BwfWriter
Broadcast WAVE File Writer
public class BwfWriter : IDisposable
- Inheritance
-
BwfWriter
- Implements
- Inherited Members
Constructors
BwfWriter(string, WaveFormat, BextChunkInfo)
Createa a new BwfWriter
public BwfWriter(string filename, WaveFormat format, BextChunkInfo bextChunkInfo)
Parameters
filename
stringRarget filename
format
WaveFormatWaveFormat
bextChunkInfo
BextChunkInfoChunk information
Methods
Dispose()
Disposes this writer
public void Dispose()
Flush()
Flush writer, and fix up header sizes
public void Flush()
Write(byte[], int, int)
Write audio data to this BWF
public void Write(byte[] buffer, int offset, int count)