Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
EDL::EdlSourceLocation Struct Reference

#include <EdlParser.h>

Public Member Functions

 EdlSourceLocation (std::string src, std::optional< int > idx=std::nullopt)
 

Public Attributes

std::string source
 File path for file-based parsers, or identifier (e.g., "PVR", "plugin://")
 
std::optional< intindex
 Optional index (line number, region index, property number, etc.)
 

Constructor & Destructor Documentation

◆ EdlSourceLocation()

EDL::EdlSourceLocation::EdlSourceLocation ( std::string src,
std::optional< int > idx = std::nullopt )
inlineexplicit

Member Data Documentation

◆ index

std::optional<int> EDL::EdlSourceLocation::index

Optional index (line number, region index, property number, etc.)

◆ source

std::string EDL::EdlSourceLocation::source

File path for file-based parsers, or identifier (e.g., "PVR", "plugin://")


The documentation for this struct was generated from the following file: