|
MythTV
0.27pre
|
Go to the source code of this file.
Classes | |
| class | AirplayConnection |
| class | MythAirplayServer |
Enumerations | |
| enum | AirplayEvent { AP_EVENT_NONE = -1, AP_EVENT_PLAYING = 0, AP_EVENT_PAUSED = 1, AP_EVENT_LOADING = 2, AP_EVENT_STOPPED = 3 } |
Functions | |
| QString | AirPlayHardwareId (void) |
| QString | GenerateNonce (void) |
| QByteArray | DigestMd5Response (QString response, QString option, QString nonce, QString password, QByteArray &auth) |
| enum AirplayEvent |
Definition at line 23 of file mythairplayserver.h.
| QString AirPlayHardwareId | ( | void | ) |
Definition at line 113 of file mythairplayserver.cpp.
Referenced by MythAirplayServer::GetMacAddress(), and MythRAOPDevice::MythRAOPDevice().
| QString GenerateNonce | ( | void | ) |
Definition at line 130 of file mythairplayserver.cpp.
Referenced by MythAirplayServer::HandleResponse(), and MythRAOPConnection::ProcessRequest().
| QByteArray DigestMd5Response | ( | QString | response, |
| QString | option, | ||
| QString | nonce, | ||
| QString | password, | ||
| QByteArray & | auth | ||
| ) |
Definition at line 148 of file mythairplayserver.cpp.
Referenced by MythAirplayServer::HandleResponse(), and MythRAOPConnection::ProcessRequest().
1.8.1.2