Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Edit definition list (EDL) entry
Time places and type of related fields.
More...
Topics | |
Value Help | |
Classes | |
class | kodi::addon::PVREDLEntry |
Functions | |
void | kodi::addon::PVREDLEntry::SetStart (int64_t start) |
Start time in milliseconds. | |
int64_t | kodi::addon::PVREDLEntry::GetStart () const |
To get with SetStart() changed values. | |
void | kodi::addon::PVREDLEntry::SetEnd (int64_t end) |
End time in milliseconds. | |
int64_t | kodi::addon::PVREDLEntry::GetEnd () const |
To get with SetEnd() changed values. | |
void | kodi::addon::PVREDLEntry::SetType (PVR_EDL_TYPE type) |
The with PVR_EDL_TYPE used definition list type. | |
PVR_EDL_TYPE | kodi::addon::PVREDLEntry::GetType () const |
To get with SetType() changed values. | |
Edit definition list (EDL) entry
Time places and type of related fields.
This used within EPG and recordings.
The following table contains values that can be set with class PVREDLEntry :
Name | Type | Set call | Get call | Usage |
---|---|---|---|---|
Start time | int64_t | SetStart | GetStart | required to set |
End time | int64_t | SetEnd | GetEnd | required to set |
Type | PVR_EDL_TYPE | SetType | GetType | required to set |
|
inline |
To get with SetStart() changed values.
|
inline |
To get with SetType() changed values.
|
inline |
The with PVR_EDL_TYPE used definition list type.