|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Parser for PVR EDL data. More...
#include <PvrEdlParser.h>
Public Member Functions | |
| bool | CanParse (const CFileItem &item) const override |
| Check if this parser can handle the given file item. | |
| CEdlParserResult | Parse (const CFileItem &item, float fps) override |
| Parse EDL data from a file item. | |
Public Member Functions inherited from EDL::IEdlParser | |
| virtual | ~IEdlParser ()=default |
Retrieves edit decision list data from PVR recordings and EPG items. This parser implements IEdlParser directly (not CEdlFileParserBase) as it doesn't read from files.
Check if this parser can handle the given file item.
| item | The file item to check |
Implements EDL::IEdlParser.
|
overridevirtual |
Parse EDL data from a file item.
| item | The file item (provides path for file-based, or PVR tags for PVR) |
| fps | Frames per second (needed for frame-based formats, 0 if unavailable) |
Implements EDL::IEdlParser.