Fe2_overlaypositionmode, Fe2_overlay_pos_x, Fe2_overlay_pos_y – Google Flix Engine Linux Reference Manual User Manual
Page 131: Fe2_overlay_pos_mode_topleft, Fe2_overlay_pos_mode_botleft, Fe2_overlay_pos_mode_center, Fe2_overlay_pos_mode_topright, Fe2_overlay_pos_mode_botright, Fe2_overlay_pos_mode_xy, 3 enumeration type documentation

5.31 Overlay (Watermark)
125
5.31.2.10
#define FE2_OVERLAY_POS
Set the overlay position. Valid modes are defined by
Remarks:
If the mode is equal to
, and either coordinate value is invalid (x
> video width or y > video height), the invalid coordinate will be set to 0.
If the value of the x and/or y coordinates cause any portion of the overlay to be outside of the video
image bounds, the portion of the overlay image that is out of bounds will be cropped. Default:
Definition at line 169 of file overlay.h.
5.31.2.11
#define FE2_OVERLAY_POS_X
X coordinate of overlay top left on video.
Note:
value is only used when
has been set to
Definition at line 175 of file overlay.h.
5.31.2.12
#define FE2_OVERLAY_POS_Y
Y coordinate of overlay top left on video.
Note:
value is only used when
has been set to
Definition at line 181 of file overlay.h.
5.31.3
Enumeration Type Documentation
5.31.3.1
enum FE2_OverlayPositionMode
Position modes for use with
Enumerator:
FE2_OVERLAY_POS_MODE_TOPLEFT draw overlay image on the top left corner of the video
FE2_OVERLAY_POS_MODE_BOTLEFT draw overlay image on the bottom left corner of the
video
FE2_OVERLAY_POS_MODE_CENTER draw overlay image on the center of the video
FE2_OVERLAY_POS_MODE_TOPRIGHT draw overlay image on the top right corner of the
video
FE2_OVERLAY_POS_MODE_BOTRIGHT draw overlay image on the bottom right corner of the
video
FE2_OVERLAY_POS_MODE_XY draw overlay image on the video at the x and y coordinates
specified
Definition at line 57 of file overlay.h.
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen