![]() |
Media Controller
A GStreamer implementation using the VideoXpert SDK
|
Represents a stream that is currently in the stopped state. More...
#include <StreamState.h>
Public Member Functions | |
virtual | ~StoppedState () |
Virtual destructor. More... | |
bool | Play (StreamBase &stream, float speed, unsigned int unixTime) override |
Perform the Play action based on the stream state. More... | |
bool | GoToLive (StreamBase &stream) override |
Perform the GoToLive action based on the stream state. More... | |
![]() | |
virtual | ~StreamState () |
Virtual destructor. More... | |
virtual void | Pause (StreamBase &stream) |
Perform the Pause action based on the stream state. More... | |
virtual void | Stop (StreamBase &stream) |
Perform the Stop action based on the stream state. More... | |
Additional Inherited Members | |
![]() | |
StreamState () | |
Constructor. More... | |
Represents a stream that is currently in the stopped state.
Definition at line 86 of file StreamState.h.
Inherits MediaController::StreamState.
|
inlinevirtual |
|
overridevirtual |
Perform the GoToLive action based on the stream state.
stream | The stream instance. |
Reimplemented from MediaController::StreamState.
Definition at line 79 of file StreamState.cpp.
|
overridevirtual |
Perform the Play action based on the stream state.
stream | The stream instance. |
speed | The playback speed. |
unixTime | The start time for playback. |
Reimplemented from MediaController::StreamState.
Definition at line 69 of file StreamState.cpp.