FBIOGET_SHOW_HIFB
The
The
Description
Obtains the display status of the current overlaid layer.
Restrictions
- Before using the HiFB API, you need to call hi_mpi_vo_enable to enable the VO device.
- This API does not support multiple processes or multiple threads.
Prototype
int ioctl (int fd, FBIOGET_SHOW_HIFB, hi_bool *bshow)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
fd |
Input |
File descriptor of an FB device. When open("/dev/fbx") is called in the application, the file descriptor of the FB device corresponding to the current VO device is returned. |
FBIOGET_SHOW_HIFB |
Input |
ioctl number. |
bshow |
Output |
Pointer to the display status.
|
Returns
- 0: success
- Other values: failure
Parent topic: HiFB for Managing Overlaid Graphics Layers