Marsyas
0.6.0-alpha
|
SoundFileSource which uses GStreamer to decode an input file. More...
#include <GStreamerSource.h>
Inherits AbsSoundFileSource.
Public Member Functions | |
MarSystem * | clone () const |
GStreamerSource (std::string name) | |
GStreamerSource (const GStreamerSource &a) | |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
~GStreamerSource () |
SoundFileSource which uses GStreamer to decode an input file.
Definition at line 41 of file GStreamerSource.h.
GStreamerSource | ( | std::string | name | ) |
Definition at line 50 of file GStreamerSource.cpp.
GStreamerSource | ( | const GStreamerSource & | a | ) |
Definition at line 65 of file GStreamerSource.cpp.
~GStreamerSource | ( | ) |
Definition at line 91 of file GStreamerSource.cpp.
Implements MarSystem.
Definition at line 107 of file GStreamerSource.cpp.
Processes data.
in | Input data to read. |
out | Output data to write. |
Implement this method in subclass to define specific data processing.
Implements AbsSoundFileSource.
Definition at line 343 of file GStreamerSource.cpp.