|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <DVDOverlayContainer.h>
Public Member Functions | |
| CDVDOverlayContainer () | |
| virtual | ~CDVDOverlayContainer () |
| void | Add (CDVDOverlay *pPicture) |
| VecOverlays * | GetOverlays () |
| bool | ContainsOverlayType (DVDOverlayType type) |
| void | Clear () |
| void | CleanUp (double pts) |
| int | GetSize () |
| void | UpdateOverlayInfo (std::shared_ptr< CDVDInputStreamNavigator > pStream, CDVDDemuxSPU *pSpu, int iAction) |
Public Member Functions inherited from XbmcThreads::CountingLockable< XbmcThreads::CRecursiveMutex > | |
| CountingLockable ()=default | |
| void | lock () |
| bool | try_lock () |
| void | unlock () |
| unsigned int | exit (unsigned int leave=0) |
| void | restore (unsigned int restoreCount) |
| XbmcThreads::CRecursiveMutex & | get_underlying () |
Additional Inherited Members | |
Protected Attributes inherited from XbmcThreads::CountingLockable< XbmcThreads::CRecursiveMutex > | |
| XbmcThreads::CRecursiveMutex | mutex |
| unsigned int | count |
|
default |
|
virtual |
| void CDVDOverlayContainer::Add | ( | CDVDOverlay * | pPicture | ) |
| void CDVDOverlayContainer::CleanUp | ( | double | pts | ) |
| void CDVDOverlayContainer::Clear | ( | ) |
| bool CDVDOverlayContainer::ContainsOverlayType | ( | DVDOverlayType | type | ) |
| VecOverlays * CDVDOverlayContainer::GetOverlays | ( | ) |
| int CDVDOverlayContainer::GetSize | ( | ) |
| void CDVDOverlayContainer::UpdateOverlayInfo | ( | std::shared_ptr< CDVDInputStreamNavigator > | pStream, |
| CDVDDemuxSPU * | pSpu, | ||
| int | iAction | ||
| ) |