MythTV
master
|
#include <libmythbase/programinfo.h>
Public Member Functions | |
MarkupEntry (int t, uint64_t f, uint64_t d, bool n) | |
MarkupEntry (void)=default | |
Public Attributes | |
int | type { -1 } |
uint64_t | frame { 0 } |
uint64_t | data { 0 } |
bool | isDataNull { true } |
Definition at line 696 of file programinfo.h.
|
inline |
Definition at line 702 of file programinfo.h.
|
default |
int ProgramInfo::MarkupEntry::type { -1 } |
Definition at line 698 of file programinfo.h.
Referenced by ProgramInfo::SaveMarkup(), and V2Dvr::SetRecordedMarkup().
uint64_t ProgramInfo::MarkupEntry::frame { 0 } |
Definition at line 699 of file programinfo.h.
Referenced by ProgramInfo::SaveMarkup(), and V2Dvr::SetRecordedMarkup().
uint64_t ProgramInfo::MarkupEntry::data { 0 } |
Definition at line 700 of file programinfo.h.
Referenced by ProgramInfo::SaveMarkup(), and V2Dvr::SetRecordedMarkup().
Definition at line 701 of file programinfo.h.
Referenced by V2Dvr::SetRecordedMarkup().