|
OpenShot Library | libopenshot
0.1.1
|
This abstract class is the base class, used by all readers in libopenshot. More...
#include <ZmqLogger.h>
Public Member Functions | |
| void | Connection (string new_connection) |
| Set or change connection info for logger (i.e. tcp://*:5556) More... | |
| void | Log (string message) |
| Log message to all subscribers of this logger (if any) More... | |
Static Public Member Functions | |
| static ZmqLogger * | Instance () |
| Create or get an instance of this logger singleton (invoke the class with this method) More... | |
This abstract class is the base class, used by all readers in libopenshot.
Readers are types of classes that read video, audio, and image files, and return openshot::Frame objects. The only requirements for a 'reader', are to derive from this base class, implement the GetFrame method, and call the InitFileInfo() method.
Definition at line 52 of file ZmqLogger.h.
| void ZmqLogger::Connection | ( | string | new_connection | ) |
Set or change connection info for logger (i.e. tcp://*:5556)
Definition at line 57 of file ZmqLogger.cpp.
|
static |
Create or get an instance of this logger singleton (invoke the class with this method)
Definition at line 38 of file ZmqLogger.cpp.
| void ZmqLogger::Log | ( | string | message | ) |
Log message to all subscribers of this logger (if any)
Definition at line 97 of file ZmqLogger.cpp.
1.8.6