| interface |
| show |
Show the interface (Everything except
the video window).
Parameters None
Return None
|
| hide |
Hide the program interface (Everything
except the video window).
Parameters None
Return None
|
| allowcontextmenu(int Allow) |
Allow or disallow usage to the main
context menu
Parameters int
Allow - 0 = Disallow / 1 = Allow Return
None |
| allowdirectcontrol(int Allow) |
Allow or disallow direct control
of the program using the main interface. (Pressing play button, etc..)
Parameters int
Allow - 0 = Disallow / 1 = Allow Return
None |