OverlayBitmap::getEnable Method

Returns whether the overlay is visible on the live video stream.
Syntax:
bool getEnable() const;
Return value:

true, if the overlay is visible, false otherwise.

Remarks:

This method is used to query whether the overlay bitmap is enabled. It returns the value, that is set by a call to OverlayBitmap::setEnable.

See also: OverlayBitmap, OverlayBitmap::setEnable

<< OverlayBitmap