|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#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 |
|
strong |
|
constexpr |
|
constexpr |
|
constexpr |