Flixengine2/overlay_options.h file reference, 43 flixengine2/overlay_options.h file reference, Engine2 – Google Flix Engine Linux Reference Manual User Manual

Page 331: Overlay_options.h, 1 detailed description, Functions

Advertising
background image

6.43 flixengine2/overlay_options.h File Reference

325

6.43

flixengine2/overlay_options.h File Reference

6.43.1

Detailed Description

Reference module(s):

Overlay (Watermark)

.

Definition in file

overlay_options.h

.

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.

Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen

Advertising