Rialto
0.1
Rialto media pipeline API
|
IClientLogControl factory class, returns a concrete implementation of IClientLogControl. More...
#include <IClientLogControl.h>
Public Member Functions | |
virtual IClientLogControl & | createClientLogControl ()=0 |
IClientLogControl factory method, returns a concrete singleton implementation of IClientLogControl. More... | |
Static Public Member Functions | |
static std::shared_ptr< IClientLogControlFactory > | createFactory () |
Creates the IClientLogControlFactory. More... | |
IClientLogControl factory class, returns a concrete implementation of IClientLogControl.
|
pure virtual |
IClientLogControl factory method, returns a concrete singleton implementation of IClientLogControl.
the | new IClientLogControl instance or null on error. |
|
static |
Creates the IClientLogControlFactory.
the | factory instance or null on error. |