|
|
This class is the interface for an audio writer.
~ |
[virtual]
Virtual destructor.
bool |
[const pure virtual]
Check, if AudioWriter is ready for writing.
Returns: true, if AudioWriter is ready; false otherwise.
void |
[pure virtual]
Reset the writer. All data in the output buffer should be removed without writing. Usage example: AudioDevice sends ioctl SNDCTL_DSP_SYNC.
bool |
[pure virtual]
Write data.
Parameters:
data | Data to be written. |
Returns: length Length of data in bytes.