showDebugView abstract method
- int showType
Display dashboard
"Dashboard" is a semi-transparent floating layer for debugging information on top of the video rendering control. It is used to display audio/video information and event information to facilitate integration and debugging.
Parameters:
- showType(int):
0
: does not display;1
: displays lite edition (only with audio/video information);2
: displays full edition (with audio/video information and event information).
Implementation
void showDebugView(int showType);