![]() |
Media Controller
A GStreamer implementation using the VideoXpert SDK
|
Manages the keep alive requests for a stream instance. More...
#include <RtspKeepAlive.h>
Classes | |
| struct | ThreadInfo |
Public Member Functions | |
| KeepAlive (Commands *commands) | |
| Constructor. More... | |
| ~KeepAlive () | |
| Destructor. More... | |
| void | GetParamsLoop () |
| Make a GET_PARAMETERS method call to the associated stream. More... | |
Private Attributes | |
| Commands * | _commands |
| std::unique_ptr< ThreadInfo > | d_ptr |
Manages the keep alive requests for a stream instance.
Definition at line 12 of file RtspKeepAlive.h.
|
explicit |
Constructor.
| commands | The Commands instance for the associated stream. |
Definition at line 11 of file RtspKeepAlive.cpp.
| MediaController::Rtsp::KeepAlive::~KeepAlive | ( | ) |
Destructor.
Definition at line 16 of file RtspKeepAlive.cpp.
| void MediaController::Rtsp::KeepAlive::GetParamsLoop | ( | ) |
Make a GET_PARAMETERS method call to the associated stream.
Definition at line 21 of file RtspKeepAlive.cpp.
|
private |
Definition at line 32 of file RtspKeepAlive.h.
|
private |
Definition at line 33 of file RtspKeepAlive.h.