![]() |
Media Controller
A GStreamer implementation using the VideoXpert SDK
|
| CMediaController::Rtsp::Commands | Establishes and controls an RTSP stream. |
| CMediaController::GstVars | Variables required for GStreamer. |
| CMediaController::GstWrapper | Manages the GStreamer instance. |
| ▼CMediaController::IStream | Defines the stream interface. |
| ▼CMediaController::IController | Defines the controller interface. |
| CMediaController::Controller | Implements the IController interface methods. |
| ▼CMediaController::StreamBase | The base class for the different stream types. |
| CMediaController::MjpegPull::Stream | Represents an MJPEG pull stream. |
| CMediaController::Rtsp::Stream | Represents an RTSP stream. |
| CMediaController::Rtsp::KeepAlive | Manages the keep alive requests for a stream instance. |
| CMediaController::Rtsp::MediaDescription | The parsed media information from an SDP packet. |
| CMediaController::MediaRequest | Contains the information needed to start a new media stream. |
| CMediaController::Rtsp::Response | The parsed information from an RTSP response. |
| CMediaController::Rtsp::SdpParser | Parses the SDP packets sent from an RTSP source. |
| CMediaController::StreamFactory | Handles the creation of new stream objects. |
| ▼CMediaController::StreamState | Provides an interface for managing calls to the stream based on its current state. |
| CMediaController::PausedState | Represents a stream that is currently in the paused state. |
| CMediaController::PlayingState | Represents a stream that is currently in the playing state. |
| CMediaController::StoppedState | Represents a stream that is currently in the stopped state. |
| CMediaController::Rtsp::KeepAlive::ThreadInfo | |
| CMediaController::TimestampEvent | Represents an event that has been sent from a stream. |