Windows SDK API Reference
|
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. More... | |
bool | bInSplitScreenMode |
In the process of displaying the video in the row. More... | |
Split screen mode information. Here are more detailed structural descriptions.
Definition at line 80 of file meeting_ui_ctrl_interface.h.
|
inline |
Definition at line 84 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 83 of file meeting_ui_ctrl_interface.h.
Referenced by tagSplitScreenInfo().
bool tagSplitScreenInfo::bSupportSplitScreen |
Support display the video in a row.
Definition at line 82 of file meeting_ui_ctrl_interface.h.
Referenced by tagSplitScreenInfo().