#include <sndfile.hh>
Inheritance diagram for PIAVE::InSndfile:
Public Methods | |
virtual Frame | getFrame (Time t) |
virtual PropertyNode * | getProperties (PropertyNode *p) const |
virtual void | decodeMetaData (Frame &f) |
virtual void | decodeVideo (Frame &f, uint8_t *dest=0) |
virtual void | decodeAudio (Frame &f, uint8_t *dest=0) |
Private Attributes | |
ValRingBuffer< int16_t > * | _readBuffer |
data is read from the file to this ring buffer the buffer can contain data for the next maxSec. |
|
data is read from the file to this ring buffer the buffer can contain data for the next maxSec. In case it holds less then minSec seconds, it will be refilled |