Fraxinus  18.10
An IGT application
cx::VideoServiceProxy Class Reference

#include <cxVideoServiceProxy.h>

Inheritance diagram for cx::VideoServiceProxy:
cx::VideoService

Public Member Functions

 VideoServiceProxy (ctkPluginContext *pluginContext)
 
bool isNull ()
 
virtual void setActiveVideoSource (QString uid)
 
virtual VideoSourcePtr getActiveVideoSource ()
 
virtual std::vector< VideoSourcePtrgetVideoSources ()
 
virtual void setConnectionMethod (QString connectionMethod)
 
virtual QString getConnectionMethod ()
 
virtual void openConnection ()
 
virtual void closeConnection ()
 
virtual bool isConnected () const
 
virtual void setPlaybackMode (PlaybackTimePtr controller)
 
virtual std::vector< TimelineEventgetPlaybackEvents ()
 
virtual StreamerServicePtr getStreamerService (QString uid)
 
virtual QList< StreamerServicePtrgetStreamerServices ()
 

Static Public Member Functions

static VideoServicePtr create (ctkPluginContext *pluginContext)
 
- Static Public Member Functions inherited from cx::VideoService
static VideoServicePtr getNullObject ()
 

Additional Inherited Members

- Signals inherited from cx::VideoService
void connected (bool on)
 
void connectionMethodChanged ()
 
void activeVideoSourceChanged ()
 
void fps (int)
 
void StreamerServiceAdded (StreamerService *service)
 
void StreamerServiceRemoved (StreamerService *service)
 

Detailed Description

Definition at line 27 of file cxVideoServiceProxy.h.

Constructor & Destructor Documentation

cx::VideoServiceProxy::VideoServiceProxy ( ctkPluginContext *  pluginContext)

Definition at line 29 of file cxVideoServiceProxy.cpp.

Member Function Documentation

void cx::VideoServiceProxy::closeConnection ( )
virtual

Implements cx::VideoService.

Definition at line 117 of file cxVideoServiceProxy.cpp.

VideoServicePtr cx::VideoServiceProxy::create ( ctkPluginContext *  pluginContext)
static

Definition at line 24 of file cxVideoServiceProxy.cpp.

VideoSourcePtr cx::VideoServiceProxy::getActiveVideoSource ( )
virtual

Implements cx::VideoService.

Definition at line 92 of file cxVideoServiceProxy.cpp.

QString cx::VideoServiceProxy::getConnectionMethod ( )
virtual

Implements cx::VideoService.

Definition at line 107 of file cxVideoServiceProxy.cpp.

std::vector< TimelineEvent > cx::VideoServiceProxy::getPlaybackEvents ( )
virtual

Implements cx::VideoService.

Definition at line 132 of file cxVideoServiceProxy.cpp.

StreamerServicePtr cx::VideoServiceProxy::getStreamerService ( QString  uid)
virtual

Implements cx::VideoService.

Definition at line 77 of file cxVideoServiceProxy.cpp.

QList< StreamerServicePtr > cx::VideoServiceProxy::getStreamerServices ( )
virtual

Implements cx::VideoService.

Definition at line 82 of file cxVideoServiceProxy.cpp.

std::vector< VideoSourcePtr > cx::VideoServiceProxy::getVideoSources ( )
virtual

Implements cx::VideoService.

Definition at line 97 of file cxVideoServiceProxy.cpp.

bool cx::VideoServiceProxy::isConnected ( ) const
virtual

Implements cx::VideoService.

Definition at line 122 of file cxVideoServiceProxy.cpp.

bool cx::VideoServiceProxy::isNull ( )
virtual

Implements cx::VideoService.

Definition at line 72 of file cxVideoServiceProxy.cpp.

void cx::VideoServiceProxy::openConnection ( )
virtual

Implements cx::VideoService.

Definition at line 112 of file cxVideoServiceProxy.cpp.

void cx::VideoServiceProxy::setActiveVideoSource ( QString  uid)
virtual

Implements cx::VideoService.

Definition at line 87 of file cxVideoServiceProxy.cpp.

void cx::VideoServiceProxy::setConnectionMethod ( QString  connectionMethod)
virtual

Implements cx::VideoService.

Definition at line 102 of file cxVideoServiceProxy.cpp.

void cx::VideoServiceProxy::setPlaybackMode ( PlaybackTimePtr  controller)
virtual

Implements cx::VideoService.

Definition at line 127 of file cxVideoServiceProxy.cpp.


The documentation for this class was generated from the following files: