TAO_AV
2.2.6
|
Abstract Mediacontrol class. The following are to be handled by the specialized media control for the specific media like camera, speaker. More...
#include <AVStreams_i.h>
Public Member Functions | |
TAO_MediaControl (void) | |
default constructor More... | |
virtual AVStreams::Position | get_media_position (AVStreams::PositionOrigin an_origin, AVStreams::PositionKey a_key)=0 |
virtual void | set_media_position (const AVStreams::Position &a_position)=0 |
virtual void | start (const AVStreams::Position &a_position)=0 |
virtual void | pause (const AVStreams::Position &a_position)=0 |
virtual void | resume (const AVStreams::Position &a_position)=0 |
virtual void | stop (const AVStreams::Position &a_position)=0 |
Abstract Mediacontrol class. The following are to be handled by the specialized media control for the specific media like camera, speaker.
TAO_MediaControl::TAO_MediaControl | ( | void | ) |
default constructor
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |