Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches

#include <EDL.h>

Inheritance diagram for kodi::addon::PVREDLEntry:
kodi::addon::CStructHdl< PVREDLEntry, PVR_EDL_ENTRY >

Public Member Functions

void SetStart (int64_t start)
 Start time in milliseconds.
 
int64_t GetStart () const
 To get with SetStart() changed values.
 
void SetEnd (int64_t end)
 End time in milliseconds.
 
int64_t GetEnd () const
 To get with SetEnd() changed values.
 
void SetType (PVR_EDL_TYPE type)
 The with PVR_EDL_TYPE used definition list type.
 
PVR_EDL_TYPE GetType () const
 To get with SetType() changed values.
 
- Public Member Functions inherited from kodi::addon::CStructHdl< PVREDLEntry, PVR_EDL_ENTRY >
 CStructHdl ()
 
 CStructHdl (const PVREDLEntry &cppClass)
 
 CStructHdl (const PVR_EDL_ENTRY *cStructure)
 
 CStructHdl (PVR_EDL_ENTRY *cStructure)
 
const CStructHdloperator= (const CStructHdl &right)
 
const CStructHdloperator= (const PVR_EDL_ENTRY &right)
 
virtual ~CStructHdl ()
 
 operator PVR_EDL_ENTRY * ()
 
 operator const PVR_EDL_ENTRY * () const
 
const PVR_EDL_ENTRYGetCStructure () const
 

Friends

class CInstancePVRClient
 

Additional Inherited Members

- Protected Attributes inherited from kodi::addon::CStructHdl< PVREDLEntry, PVR_EDL_ENTRY >
PVR_EDL_ENTRYm_cStructure
 

Friends And Related Symbol Documentation

◆ CInstancePVRClient

friend class CInstancePVRClient
friend

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