Overlay_options_getoverlaypath, Overlay_options_getoverlayposition – Google Flix Engine Linux Reference Manual User Manual
Page 133

5.31 Overlay (Watermark)
127
a precondition failed
the underlying communication layer failed
Precondition:
flix
is not NULL
pMaskPixelX
is not NULL
pMaskPixelY
is not NULL
Remarks:
This method returns the values set in previous call to
overlay_options_SetMaskPixelXY()
, if no coor-
dinates were previously set, the X and Y coordinate values will be set to 0.
The color at the specified coordinate will become transparent when the overlay image is drawn on the
video image.
Use the
along with
and the
and
parameters. This function will be removed in a future release.
5.31.4.3
on2sc overlay_options_GetOverlayPath (const FLIX2HANDLE flix, on2tc ∗
pOverlayFilePath, int32_t ∗ pLen)
Returns the path to the overlay image file.
Parameters:
← flix Handle to the flix engine returned from
or
→ pOverlayFilePath string that will receive the file path
↔ pLen length of pOverlayFilePath
Return values:
success
a precondition failed
the underlying communication layer failed
Precondition:
flix
is not NULL
pLen
is not NULL
Remarks:
if pOverlayFilePath is not NULL, the value pointed to by pLen must be set to the maximum
number of characters that can be written to pOverlayFilePath.
If pOverlayFilePath is NULL, pLen will be set to the length of the path to the overlay image
Use the
along with
and the
param-
eter. This function will be removed in a future release.
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen