Table of Contents

Class BwfWriter

Namespace
NAudio.Wave
Assembly
NAudio.Core.dll

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 string

Rarget filename

format WaveFormat

WaveFormat

bextChunkInfo BextChunkInfo

Chunk 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)

Parameters

buffer byte[]
offset int
count int