MythTV  master
Public Member Functions | Public Attributes | List of all members
ProgramInfo::MarkupEntry Struct Reference

#include <programinfo.h>

Collaboration diagram for ProgramInfo::MarkupEntry:
Collaboration graph
[legend]

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 }
 

Detailed Description

Definition at line 692 of file programinfo.h.

Constructor & Destructor Documentation

◆ MarkupEntry() [1/2]

ProgramInfo::MarkupEntry::MarkupEntry ( int  t,
uint64_t  f,
uint64_t  d,
bool  n 
)
inline

Definition at line 698 of file programinfo.h.

◆ MarkupEntry() [2/2]

ProgramInfo::MarkupEntry::MarkupEntry ( void  )
default

Member Data Documentation

◆ type

int ProgramInfo::MarkupEntry::type { -1 }

◆ frame

uint64_t ProgramInfo::MarkupEntry::frame { 0 }

◆ data

uint64_t ProgramInfo::MarkupEntry::data { 0 }

◆ isDataNull

bool ProgramInfo::MarkupEntry::isDataNull { true }

Definition at line 697 of file programinfo.h.

Referenced by Dvr::SetRecordedMarkup(), and V2Dvr::SetRecordedMarkup().


The documentation for this struct was generated from the following file: