#include <DarkIce.h>
Inheritance diagram for DarkIce:
Definition at line 78 of file DarkIce.h.
Public Member Functions | |
DarkIce (const Config &config) throw ( Exception ) | |
Constructor based on a configuration object. | |
virtual | ~DarkIce (void) throw ( Exception ) |
Destructor. | |
virtual int | run (void) throw ( Exception ) |
Run the process of recording / encoding / sending to the servers. | |
Protected Member Functions | |
DarkIce (void) throw ( Exception ) | |
Default constructor. | |
Classes | |
struct | Output |
Type describing each lame library output. |
|
Default constructor. Always throws an Exception.
|
|
Constructor based on a configuration object.
|
|
Destructor.
|
|
Run the process of recording / encoding / sending to the servers.
Definition at line 997 of file DarkIce.cpp. References Reporter::reportEvent(). |