Method CreateWriter
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
stringThe name of the file on which the elements should be written.
input
MatThe 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.