11 #include "DVDCodecs/Overlay/DVDOverlay.h"    12 #include "threads/CriticalSection.h"    38   VecOverlays* GetOverlays(); 
    39   bool ContainsOverlayType(DVDOverlayType type);
    48   void CleanUp(
double pts); 
    51   void UpdateOverlayInfo(
const std::shared_ptr<CDVDInputStreamNavigator>& pStream,
    56   VecOverlays::iterator Remove(VecOverlays::iterator itOverlay); 
    58   VecOverlays m_overlays;
 void ProcessAndAddOverlayIfValid(const std::shared_ptr< CDVDOverlay > &pPicture)
Adds an overlay into the container by processing the existing overlay collection first. 
Definition: DVDOverlayContainer.cpp:22
Definition: DVDDemuxSPU.h:30
Definition: DVDOverlayContainer.h:19