Implement/match most of MxStillPresenter (#309)

* Implement/match most of MxStillPresenter

* Fix merge
This commit is contained in:
Christian Semmler
2023-12-07 07:13:31 -05:00
committed by GitHub
parent 260772e374
commit 1485e5df47
13 changed files with 101 additions and 48 deletions

View File

@@ -34,6 +34,7 @@ public:
void CopyMediaSrcPath(const char* p_mediaSrcPath);
inline MxS32 GetMediaFormat() const { return this->m_mediaFormat; }
inline MxS32 GetPaletteManagement() const { return this->m_paletteManagement; }
inline MxLong GetSustainTime() const { return this->m_sustainTime; }
private: