|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Parser for Comskip format files (.txt) More...
#include <ComskipParser.h>
Public Member Functions | |
| CEdlParserResult | Parse (const CFileItem &item, float fps) override |
| Parse EDL data from a file item. | |
Public Member Functions inherited from EDL::CEdlFileParserBase | |
| bool | CanParse (const CFileItem &item) const override |
| Check if this parser can handle the given file item. | |
Public Member Functions inherited from EDL::IEdlParser | |
| virtual | ~IEdlParser ()=default |
Protected Member Functions | |
| std::string | GetEdlFilePath (const CFileItem &item) const override |
| Get the EDL file path for this parser type. | |
Protected Member Functions inherited from EDL::CEdlFileParserBase | |
Parser for Comskip format files (.txt)
Comskip files contain frame-based commercial break markers with a header indicating processing completion and frame rate. Format:
|
overrideprotectedvirtual |
Get the EDL file path for this parser type.
| item | The file item |
Implements EDL::CEdlFileParserBase.
|
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.