Kodi Development 22.0
for Binary and Script based Add-Ons
 
Loading...
Searching...
No Matches

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

Topics

 Value Help
 

Function Documentation

◆ SetStart()

void SetStart ( int64_t start)
inline

Start time in milliseconds.

◆ GetStart()

int64_t GetStart ( ) const
inline

To get with SetStart() changed values.

◆ SetEnd()

void SetEnd ( int64_t end)
inline

End time in milliseconds.

◆ GetEnd()

int64_t GetEnd ( ) const
inline

To get with SetEnd() changed values.

◆ SetType()

void SetType ( PVR_EDL_TYPE type)
inline

The with PVR_EDL_TYPE used definition list type.

◆ GetType()

PVR_EDL_TYPE GetType ( ) const
inline

To get with SetType() changed values.