Bool WriteToFile (wxMediaStreamOut& stream, long start, long end = -1)
Writes the current buffer contents in the given range to the given stream. If start and end are -1, then the entire contents are written to the stream. If start is not -1, then the contents are written from start until the end of the buffer.
See also wxMediaBuffer::WriteToFile (section
)
and section
.