Definition in file overlay_options.h.
Go to the source code of this file.
Functions | |
Deprecated functions | |
on2sc | overlay_options_Reset (const FLIX2HANDLE flix) |
Resets the overlay options. | |
on2sc | overlay_options_GetUseOverlay (const FLIX2HANDLE flix, on2bool *pUseOverlay) |
Determines if an overlay is to be used. | |
on2sc | overlay_options_SetUseOverlay (FLIX2HANDLE flix, const on2bool bUseOverlay) |
Enables or disables overlay usage. | |
on2sc | overlay_options_GetOverlayPath (const FLIX2HANDLE flix, on2tc *pOverlayFilePath, int32_t *pLen) |
Returns the path to the overlay image file. | |
on2sc | overlay_options_SetOverlayPath (FLIX2HANDLE flix, const on2tc *pOverlayFilePath) |
Set the path to the overlay image file. | |
on2sc | overlay_options_GetMaskPixelXY (const FLIX2HANDLE flix, int32_t *pMaskPixelX, int32_t *pMaskPixelY) |
Return the X and Y coordinates of the mask pixel. | |
on2sc | overlay_options_SetMaskPixelXY (FLIX2HANDLE flix, int32_t maskPixelX, int32_t maskPixelY) |
Set the X and Y coordinates of the mask pixel. | |
on2sc | overlay_options_GetMaskPixelRGB (FLIX2HANDLE flix, uint8_t *pMaskPixelR, uint8_t *pMaskPixelG, uint8_t *pMaskPixelB) |
Return the Red, Green, and Blue component values of the mask pixel. | |
on2sc | overlay_options_SetMaskPixelRGB (FLIX2HANDLE flix, uint8_t maskPixelR, uint8_t maskPixelG, uint8_t maskPixelB) |
Set the Red, Green, and Blue component values of the mask pixel. | |
on2sc | overlay_options_GetOverlayPosition (FLIX2HANDLE flix, FE2_OverlayPositionMode *pMode, uint32_t *pX, uint32_t *pY) |
Return the overlay position. | |
on2sc | overlay_options_SetOverlayPosition (FLIX2HANDLE flix, FE2_OverlayPositionMode mode, uint32_t x, uint32_t y) |
Set the overlay position. |