Split screen mode information. Here are more detailed structural descriptions. More...
#include <meeting_ui_ctrl_interface.h>
Public Member Functions | |
tagSplitScreenInfo () | |
Data Fields | |
bool | bSupportSplitScreen |
Support display the video in a row. | |
bool | bInSplitScreenMode |
In the process of displaying the video in the row. | |
Split screen mode information. Here are more detailed structural descriptions.
Definition at line 86 of file meeting_ui_ctrl_interface.h.
|
inline |
Definition at line 90 of file meeting_ui_ctrl_interface.h.
References bInSplitScreenMode, and bSupportSplitScreen.
bool tagSplitScreenInfo::bInSplitScreenMode |
In the process of displaying the video in the row.
Definition at line 89 of file meeting_ui_ctrl_interface.h.
Referenced by tagSplitScreenInfo().
bool tagSplitScreenInfo::bSupportSplitScreen |
Support display the video in a row.
Definition at line 88 of file meeting_ui_ctrl_interface.h.
Referenced by tagSplitScreenInfo().