Overlay_options_reset, Overlay_options_setmaskpixelrgb, Overlay_options_setmaskpixelrgb() – Google Flix Engine Linux Reference Manual User Manual
Page 135
5.31 Overlay (Watermark)
129
Precondition:
flix
is not NULL
pUseOverlay
is not NULL
Remarks:
Call this function to determine if an overlay is to be drawn on the encoded video output.
Use the
along with
. This function will be removed in a
future release.
5.31.4.6
on2sc overlay_options_Reset (const FLIX2HANDLE flix)
Resets the overlay options.
Parameters:
← flix Handle to the flix engine returned from
or
Return values:
reset of overlay options was successful
the precondition failed
the underlying communication layer failed
Precondition:
flix
is not NULL
Remarks:
Call this function if you wish to reset all overlay options to their default values.
Use the
along with
. This function will be removed in a
future release.
5.31.4.7
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.
Parameters:
← flix Handle to the flix engine returned from
or
← maskPixelR the R component value
← maskPixelG the G component value
← maskPixelB the B component value
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen