#include <libmythtv/mythplayerstate.h>
|
| MythNavigationState ()=default |
|
| MythNavigationState (int CurrentChapter, std::vector< int64_t > ChapterTimes, int CurrentTitle, std::vector< int64_t > TitleDurations, std::vector< QString > TitleNames, int CurrentAngle, std::vector< QString > AngleNames) |
|
Definition at line 77 of file mythplayerstate.h.
◆ MythNavigationState() [1/2]
MythNavigationState::MythNavigationState |
( |
| ) |
|
|
default |
◆ MythNavigationState() [2/2]
MythNavigationState::MythNavigationState |
( |
int |
CurrentChapter, |
|
|
std::vector< int64_t > |
ChapterTimes, |
|
|
int |
CurrentTitle, |
|
|
std::vector< int64_t > |
TitleDurations, |
|
|
std::vector< QString > |
TitleNames, |
|
|
int |
CurrentAngle, |
|
|
std::vector< QString > |
AngleNames |
|
) |
| |
◆ m_currentChapter
int MythNavigationState::m_currentChapter { 0 } |
◆ m_chapterTimes
std::vector<int64_t> MythNavigationState::m_chapterTimes |
◆ m_currentTitle
int MythNavigationState::m_currentTitle { 0 } |
◆ m_titleDurations
std::vector<int64_t> MythNavigationState::m_titleDurations |
◆ m_titleNames
std::vector<QString> MythNavigationState::m_titleNames |
◆ m_currentAngle
int MythNavigationState::m_currentAngle { 0 } |
◆ m_angleNames
std::vector<QString> MythNavigationState::m_angleNames |
The documentation for this class was generated from the following files: