![]() |
CPPMyth
Library to interoperate with MythTV server
|

Data Fields | |
| time_t | startTime |
| time_t | endTime |
| std::string | title |
| std::string | subTitle |
| std::string | description |
| uint16_t | season |
| uint16_t | episode |
| std::string | category |
| std::string | catType |
| std::string | hostName |
| std::string | fileName |
| int64_t | fileSize |
| bool | repeat |
| uint32_t | programFlags |
| std::string | seriesId |
| std::string | programId |
| std::string | inetref |
| time_t | lastModified |
| double | stars |
| std::string | airdate |
| uint16_t | audioProps |
| uint16_t | videoProps |
| uint16_t | subProps |
| Channel | channel |
| Recording | recording |
| std::vector< Artwork > | artwork |
Definition at line 375 of file mythtypes.h.
|
inline |
Definition at line 404 of file mythtypes.h.
| std::string Myth::Program::airdate |
Definition at line 396 of file mythtypes.h.
| std::vector<Artwork> Myth::Program::artwork |
Definition at line 402 of file mythtypes.h.
| uint16_t Myth::Program::audioProps |
Definition at line 397 of file mythtypes.h.
| std::string Myth::Program::category |
Definition at line 384 of file mythtypes.h.
| std::string Myth::Program::catType |
Definition at line 385 of file mythtypes.h.
| Channel Myth::Program::channel |
Definition at line 400 of file mythtypes.h.
| std::string Myth::Program::description |
Definition at line 381 of file mythtypes.h.
| time_t Myth::Program::endTime |
Definition at line 378 of file mythtypes.h.
| uint16_t Myth::Program::episode |
Definition at line 383 of file mythtypes.h.
| std::string Myth::Program::fileName |
Definition at line 387 of file mythtypes.h.
| int64_t Myth::Program::fileSize |
Definition at line 388 of file mythtypes.h.
| std::string Myth::Program::hostName |
Definition at line 386 of file mythtypes.h.
| std::string Myth::Program::inetref |
Definition at line 393 of file mythtypes.h.
| time_t Myth::Program::lastModified |
Definition at line 394 of file mythtypes.h.
| uint32_t Myth::Program::programFlags |
Definition at line 390 of file mythtypes.h.
| std::string Myth::Program::programId |
Definition at line 392 of file mythtypes.h.
| Recording Myth::Program::recording |
Definition at line 401 of file mythtypes.h.
| bool Myth::Program::repeat |
Definition at line 389 of file mythtypes.h.
| uint16_t Myth::Program::season |
Definition at line 382 of file mythtypes.h.
| std::string Myth::Program::seriesId |
Definition at line 391 of file mythtypes.h.
| double Myth::Program::stars |
Definition at line 395 of file mythtypes.h.
| time_t Myth::Program::startTime |
Definition at line 377 of file mythtypes.h.
| uint16_t Myth::Program::subProps |
Definition at line 399 of file mythtypes.h.
| std::string Myth::Program::subTitle |
Definition at line 380 of file mythtypes.h.
| std::string Myth::Program::title |
Definition at line 379 of file mythtypes.h.
| uint16_t Myth::Program::videoProps |
Definition at line 398 of file mythtypes.h.