![]() |
Kodi Docs 20.0
Kodi is an open source media player and entertainment hub.
|
#include <DVDOverlaySpu.h>
Public Member Functions | |
CDVDOverlaySpu () | |
CDVDOverlaySpu (const CDVDOverlaySpu &src) | |
![]() | |
CDVDOverlay (DVDOverlayType type) | |
CDVDOverlay (const CDVDOverlay &src) | |
virtual | ~CDVDOverlay () |
CDVDOverlay * | Acquire () |
int | Release () |
bool | IsOverlayType (DVDOverlayType type) |
virtual CDVDOverlay * | Clone () |
virtual void | SetTextAlignEnabled (bool enable) |
bool | IsTextAlignEnabled () |
void | SetOverlayContainerFlushable (bool isFlushable) |
bool | IsOverlayContainerFlushable () |
void | SetForcedMargins (bool setForcedMargins) |
bool | IsForcedMargins () |
Public Attributes | |
uint8_t | result [2 *65536+20] |
int | pTFData |
int | pBFData |
int | x |
int | y |
int | width |
int | height |
int | alpha [4] |
bool | bHasAlpha |
int | color [4][3] |
bool | bHasColor |
int | crop_i_x_end |
int | crop_i_y_end |
int | crop_i_x_start |
int | crop_i_y_start |
int | highlight_color [4][3] |
int | highlight_alpha [4] |
![]() | |
double | iPTSStartTime |
double | iPTSStopTime |
bool | bForced |
bool | replace |
unsigned long | m_textureid |
Additional Inherited Members | |
![]() | |
static void | Release (CDVDOverlay *ov) |
![]() | |
DVDOverlayType | m_type |
bool | m_enableTextAlign |
bool | m_overlayContainerFlushable |
bool | m_setForcedMargins |
|
inline |
|
inline |
int CDVDOverlaySpu::alpha[4] |
bool CDVDOverlaySpu::bHasAlpha |
bool CDVDOverlaySpu::bHasColor |
int CDVDOverlaySpu::color[4][3] |
int CDVDOverlaySpu::crop_i_x_end |
int CDVDOverlaySpu::crop_i_x_start |
int CDVDOverlaySpu::crop_i_y_end |
int CDVDOverlaySpu::crop_i_y_start |
int CDVDOverlaySpu::height |
int CDVDOverlaySpu::highlight_alpha[4] |
int CDVDOverlaySpu::highlight_color[4][3] |
int CDVDOverlaySpu::pBFData |
int CDVDOverlaySpu::pTFData |
uint8_t CDVDOverlaySpu::result[2 *65536+20] |
int CDVDOverlaySpu::width |
int CDVDOverlaySpu::x |
int CDVDOverlaySpu::y |