|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Result returned by EDL parsers. More...
#include <EdlParser.h>
Classes | |
| struct | EditEntry |
| struct | SceneMarkerEntry |
Public Member Functions | |
| const std::vector< EditEntry > & | GetEdits () const |
| const std::vector< SceneMarkerEntry > & | GetSceneMarkers () const |
| void | AddEdit (const Edit &edit, const std::optional< EdlSourceLocation > &source=std::nullopt) |
| void | AddSceneMarker (std::chrono::milliseconds marker, const std::optional< EdlSourceLocation > &source=std::nullopt) |
| bool | IsEmpty () const |
Result returned by EDL parsers.
Contains the raw parsed data from an EDL source. CEdl processes this through AddEdit() which handles validation and applies settings like autowait/autowind for commercial breaks.
An empty result (both vectors empty) indicates the parser did not find or could not parse its expected format.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |