Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <EDL.h>
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 CStructHdl &cppClass) | |
CStructHdl (const PVR_EDL_ENTRY *cStructure) | |
CStructHdl (PVR_EDL_ENTRY *cStructure) | |
const CStructHdl & | operator= (const CStructHdl &right) |
const CStructHdl & | operator= (const PVR_EDL_ENTRY &right) |
virtual | ~CStructHdl () |
operator PVR_EDL_ENTRY * () | |
operator const PVR_EDL_ENTRY * () const | |
const PVR_EDL_ENTRY * | GetCStructure () const |
PVR_EDL_ENTRY * | release () |
Friends | |
class | CInstancePVRClient |
Additional Inherited Members | |
Protected Attributes inherited from kodi::addon::CStructHdl< PVREDLEntry, PVR_EDL_ENTRY > | |
PVR_EDL_ENTRY * | m_cStructure |
|
friend |