Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
Mp4ChplReader.h File Reference
#include <chrono>
#include <optional>
#include <stdint.h>
#include <string>
#include <utility>
#include <vector>

Classes

struct  ChplChapter
 
struct  ChplChapterResult
 
class  CChplChapterReader
 

Namespaces

namespace  XFILE
 

Enumerations

enum class  ChplChapterStatus : int { Error = -1 , Found = 0 , None = 1 }
 

Variables

constexpr auto chplError = ChplChapterStatus::Error
 
constexpr auto chplFound = ChplChapterStatus::Found
 
constexpr auto chplNone = ChplChapterStatus::None
 

Enumeration Type Documentation

◆ ChplChapterStatus

enum class ChplChapterStatus : int
strong
Enumerator
Error 
Found 
None 

Variable Documentation

◆ chplError

auto chplError = ChplChapterStatus::Error
constexpr

◆ chplFound

auto chplFound = ChplChapterStatus::Found
constexpr

◆ chplNone

auto chplNone = ChplChapterStatus::None
constexpr