Table of Contents

Method CreateWriter

Namespace
Bonsai.Audio
Assembly
Bonsai.Audio.dll

CreateWriter(string, Mat)

When overridden in a derived class, creates the writer over the specified fileName that will be responsible for handling the input elements.

protected override RiffWriter CreateWriter(string fileName, Mat input)

Parameters

fileName string

The name of the file on which the elements should be written.

input Mat

The first input element that needs to be pushed into the file.

Returns

RiffWriter

The writer that will be used to push elements into the file.