TAP_SysOsdControl

Topfield Documentation

void TAP_SysOsdControl(TYPE_TapSysOsdId osdId, bool ctrl);

It controls the system OSD such as infobox, volume bar, PVR info bar and service status bar.

  • osdld : ID number of the specific system OSD object.
    • 0 : SYSOSD_InfoBox Information Box
    • 1 : SYSOSD_PvrInfo PVR Information Bar
    • 2 : SYSOSD_VolumeBar Volume Bar
    • 3 : SYSOSD_ServiceStatus Service Status Bar
  • ctrl : TRUE = show, FALSE = hide

Additional Documentation