Public Methods |
| TAO_MediaControl (void) |
| default constructor.
|
virtual AVStreams::Position | get_media_position (AVStreams::PositionOrigin an_origin, AVStreams::PositionKey a_key, CORBA::Environment &env = CORBA::Environment::default_environment ()) = 0 throw (CORBA::SystemException, AVStreams::MediaControl::PostionKeyNotSupported) |
virtual void | set_media_position (const AVStreams::Position & a_position, CORBA::Environment &env = CORBA::Environment::default_environment ()) = 0 throw (CORBA::SystemException, AVStreams::MediaControl::PostionKeyNotSupported, AVStreams::InvalidPosition) |
virtual void | start (const AVStreams::Position & a_position, CORBA::Environment &env = CORBA::Environment::default_environment ()) = 0 throw (CORBA::SystemException, AVStreams::InvalidPosition) |
virtual void | pause (const AVStreams::Position & a_position, CORBA::Environment &env = CORBA::Environment::default_environment ()) = 0 throw (CORBA::SystemException, AVStreams::InvalidPosition) |
virtual void | resume (const AVStreams::Position & a_position, CORBA::Environment &env = CORBA::Environment::default_environment ()) = 0 throw (CORBA::SystemException, AVStreams::InvalidPosition) |
virtual void | stop (const AVStreams::Position & a_position, CORBA::Environment &env = CORBA::Environment::default_environment ()) = 0 throw (CORBA::SystemException, AVStreams::InvalidPosition) |