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

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.
 

Detailed Description

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

Function Documentation

◆ GetEnd()

int64_t kodi::addon::PVREDLEntry::GetEnd ( ) const
inline

To get with SetEnd() changed values.

◆ GetStart()

int64_t kodi::addon::PVREDLEntry::GetStart ( ) const
inline

To get with SetStart() changed values.

◆ GetType()

PVR_EDL_TYPE kodi::addon::PVREDLEntry::GetType ( ) const
inline

To get with SetType() changed values.

◆ SetEnd()

void kodi::addon::PVREDLEntry::SetEnd ( int64_t end)
inline

End time in milliseconds.

◆ SetStart()

void kodi::addon::PVREDLEntry::SetStart ( int64_t start)
inline

Start time in milliseconds.

◆ SetType()

void kodi::addon::PVREDLEntry::SetType ( PVR_EDL_TYPE type)
inline

The with PVR_EDL_TYPE used definition list type.