Overlay_options_getuseoverlay – Google Flix Engine Linux Reference Manual User Manual
Page 134
128
Flix Engine Linux Module Documentation
5.31.4.4
on2sc overlay_options_GetOverlayPosition (FLIX2HANDLE flix,
FE2_OverlayPositionMode ∗ pMode, uint32_t ∗ pX, uint32_t ∗ pY)
Return the overlay position.
Parameters:
← flix Handle to the flix engine returned from
or
→ pMode pointer to variable that will receive the mode value
→ pX pointer to variable that will receive the X value
→ pY pointer to variable that will receive the Y value
Return values:
the values were retrieved successfully
a precondition failed
the underlying communication layer failed
Precondition:
flix
is not NULL
pMode
is not NULL
pX
is not NULL
pY
is not NULL
Remarks:
This method returns the values set in previous call to
overlay_options_SetOverlayPosition()
, if no
call was made previously, mode will default to
. The X/Y
coordinates will default to 0.
Use the
along with
and the
parameters. This function will be removed in a future
release.
5.31.4.5
on2sc overlay_options_GetUseOverlay (const FLIX2HANDLE flix, on2bool ∗
pUseOverlay)
Determines if an overlay is to be used.
Parameters:
← flix Handle to the flix engine returned from
or
→ pUseOverlay pointer to the
variable that will receive the usage state
Return values:
pUseOverlay
was set successfully
a precondition failed
the underlying communication layer failed
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen