#include <sample.h>
Inheritance diagram for Recording:


Definition at line 81 of file sample.h.
Public Member Functions | |
| void | append (void *more, unsigned long sz) |
| Append -- note that this cannot be called in the audio thread -- it occurs at a kernel interrupt level and we cannot allocate memory there! | |
| void | fill (const void *more, unsigned long sz) |
| void | fillSilence (unsigned long sz) |
| virtual bool | isFull () |
| Recording (unsigned long initial_size=28672, unsigned chans=2, AUDIO_FORMAT format=AF_Int16, double samplerate=44100) | |
| bool | save (const std::string &path) |
| void | skipfill (const void *more, unsigned long sz, unsigned block) |
| void | trim () |
Protected Member Functions | |
| virtual | ~Recording () |
Protected Attributes | |
| unsigned long | reserved |
|
||||||||||||
|
Append -- note that this cannot be called in the audio thread -- it occurs at a kernel interrupt level and we cannot allocate memory there!
Definition at line 99 of file sample.cpp. References PCMSample::bytes_size, PCMSample::data, and reserved. |
1.4.3