Overlay_options_reset, Overlay_options_setmaskpixelrgb, Overlay_options_setmaskpixelrgb() – Google Flix Engine Linux Reference Manual User Manual

Page 135

Advertising
background image

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.

Deprecated

Use the

Filter Interface

along with

FE2_FILTER_OVERLAY

. 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

Flix2_Create()

or

Flix2_CreateEx()

Return values:

ON2_OK

reset of overlay options was successful

ON2_INVALID_PARAMS

the precondition failed

ON2_NET_ERROR

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.

Deprecated

Use the

Filter Interface

along with

FE2_FILTER_OVERLAY

. 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

Flix2_Create()

or

Flix2_CreateEx()

← 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

Advertising