MythTV
master
|
#include <libmythtv/AirPlay/mythairplayserver.h>
Public Member Functions | |
AirplayConnection ()=default | |
~AirplayConnection () | |
void | UnRegister (void) |
Public Attributes | |
QTcpSocket * | m_controlSocket {nullptr} |
QTcpSocket * | m_reverseSocket {nullptr} |
float | m_speed {1.0F} |
double | m_position {0.0} |
QUrl | m_url |
AirplayEvent | m_lastEvent {AP_EVENT_NONE} |
bool | m_stopped {false} |
bool | m_was_playing {false} |
bool | m_initialized {false} |
bool | m_photos {false} |
int | m_notificationid {-1} |
Definition at line 35 of file mythairplayserver.h.
|
default |
|
inline |
Definition at line 39 of file mythairplayserver.h.
|
inline |
Definition at line 43 of file mythairplayserver.h.
Referenced by MythAirplayServer::HideAllPhotos(), and ~AirplayConnection().
QTcpSocket* AirplayConnection::m_controlSocket {nullptr} |
Definition at line 51 of file mythairplayserver.h.
Referenced by MythAirplayServer::DisconnectAllClients().
QTcpSocket* AirplayConnection::m_reverseSocket {nullptr} |
Definition at line 52 of file mythairplayserver.h.
Referenced by MythAirplayServer::DisconnectAllClients().
float AirplayConnection::m_speed {1.0F} |
Definition at line 53 of file mythairplayserver.h.
double AirplayConnection::m_position {0.0} |
Definition at line 54 of file mythairplayserver.h.
QUrl AirplayConnection::m_url |
Definition at line 56 of file mythairplayserver.h.
AirplayEvent AirplayConnection::m_lastEvent {AP_EVENT_NONE} |
Definition at line 57 of file mythairplayserver.h.
Definition at line 58 of file mythairplayserver.h.
Referenced by MythAirplayServer::StopSession().
Definition at line 59 of file mythairplayserver.h.
Definition at line 60 of file mythairplayserver.h.
Definition at line 61 of file mythairplayserver.h.
Referenced by MythAirplayServer::HideAllPhotos(), and MythAirplayServer::StopSession().
int AirplayConnection::m_notificationid {-1} |
Definition at line 63 of file mythairplayserver.h.
Referenced by MythAirplayServer::StopSession(), and UnRegister().