MythTV master
MythAirplayServer Member List

This is the complete list of members for MythAirplayServer, including all inherited members.

AirplaySharedInstance(void)MythAirplayServerinlinestatic
bind(QList< QHostAddress > addrs, quint16 port, bool requireall=true)ServerPool
bind(QStringList addrs, quint16 port, bool requireall=true)ServerPool
bind(quint16 port, bool requireall=true)ServerPool
Cleanup(void)MythAirplayServerstatic
close(void)ServerPool
Create(void)MythAirplayServerstatic
DefaultBroadcast(void)ServerPoolstatic
DefaultBroadcastIPv4(void)ServerPoolstatic
DefaultBroadcastIPv6(void)ServerPoolstatic
DefaultListen(void)ServerPoolstatic
DefaultListenIPv4(void)ServerPoolstatic
DefaultListenIPv6(void)ServerPoolstatic
deleteConnection()MythAirplayServerprivateslot
deleteConnection(QTcpSocket *socket)MythAirplayServerprivate
DisconnectAllClients(const QByteArray &session)MythAirplayServerprivate
eventToString(AirplayEvent event)MythAirplayServerprivatestatic
GetMacAddress()MythAirplayServerprivatestatic
GetPlayerStatus(bool &playing, float &speed, double &position, double &duration, QString &pathname)MythAirplayServerprivatestatic
gMythAirplayServerMythAirplayServerprivatestatic
gMythAirplayServerMutexMythAirplayServerprivatestatic
gMythAirplayServerThreadMythAirplayServerprivatestatic
HandleResponse(APHTTPRequest *req, QTcpSocket *socket)MythAirplayServerprivate
HideAllPhotos(void)MythAirplayServerprivate
isListening(void) constServerPoolinline
listen(QList< QHostAddress > addrs, quint16 port, bool requireall=true, PoolServerType type=kTCPServer)ServerPool
listen(QStringList addrs, quint16 port, bool requireall=true, PoolServerType type=kTCPServer)ServerPool
listen(quint16 port, bool requireall=true, PoolServerType type=kTCPServer)ServerPool
m_bonjourMythAirplayServerprivate
m_connectionsMythAirplayServerprivate
m_incomingMythAirplayServerprivate
m_lastUdpSocketServerPoolprivate
m_listeningServerPoolprivate
m_lockMythAirplayServerprivate
m_maxPendingConnServerPoolprivate
m_nameMythAirplayServerprivate
m_nonceMythAirplayServerprivate
m_pathnameMythAirplayServerprivate
m_portServerPoolprivate
m_proxyServerPoolprivate
m_serviceRefreshMythAirplayServerprivate
m_setupPortMythAirplayServerprivate
m_socketsMythAirplayServerprivate
m_tcpServersServerPoolprivate
m_udpSocketsServerPoolprivate
m_validMythAirplayServerprivate
maxPendingConnections(void) constServerPoolinline
MythAirplayServer()MythAirplayServerinline
newAirplayConnection(QTcpSocket *client)MythAirplayServerprivateslot
newConnection(QTcpSocket *)ServerPoolsignal
newDatagram(QByteArray, QHostAddress, quint16)ServerPoolsignal
newTcpConnection(qintptr socket)ServerPoolprotectedvirtualslot
newUdpDatagram(void)ServerPoolprotectedvirtualslot
PausePlayback(void)MythAirplayServerprivate
proxy(void)ServerPoolinline
read(void)MythAirplayServerprivateslot
RefreshDefaultListen(void)ServerPoolstatic
SeekPosition(uint64_t position)MythAirplayServerprivate
SelectDefaultListen(bool force=false)ServerPoolprivatestatic
SendResponse(QTcpSocket *socket, uint16_t status, const QByteArray &header, const QByteArray &content_type, const QString &body)MythAirplayServerprivate
SendReverseEvent(QByteArray &session, AirplayEvent event)MythAirplayServerprivate
ServerPool(QObject *parent=nullptr)ServerPoolinlineexplicit
serverPort(void) constServerPoolinline
setMaxPendingConnections(int n)ServerPoolinline
setProxy(const QNetworkProxy &proxy)ServerPoolinline
Start()MythAirplayServerprivateslot
StartPlayback(const QString &pathname)MythAirplayServerprivate
StatusToString(uint16_t status)MythAirplayServerprivatestatic
Stop()MythAirplayServerprivateslot
StopPlayback(void)MythAirplayServerprivate
StopSession(const QByteArray &session)MythAirplayServerprivate
Teardown(void)MythAirplayServerprivate
timeout(void)MythAirplayServerprivateslot
tryBindingPort(int baseport, int range=1)ServerPool
tryBindingPort(QUdpSocket *socket, int baseport, int range=1, bool *isipv6=nullptr)ServerPoolstatic
tryListeningPort(int baseport, int range=1)ServerPool
tryListeningPort(QTcpServer *server, int baseport, int range=1, bool *isipv6=nullptr)ServerPoolstatic
UnpausePlayback(void)MythAirplayServerprivate
writeDatagram(const char *data, qint64 size, const QHostAddress &addr, quint16 port)ServerPool
writeDatagram(const QByteArray &datagram, const QHostAddress &addr, quint16 port)ServerPool
~MythAirplayServer(void) overrideMythAirplayServerprivate
~ServerPool(void) overrideServerPool