Meeting SDK for Windows API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
tagSplitScreenInfo Struct 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.
 
bool bInSplitScreenMode
 In the process of displaying the video in the row.
 

Detailed Description

Split screen mode information. Here are more detailed structural descriptions.

Definition at line 86 of file meeting_ui_ctrl_interface.h.

Constructor & Destructor Documentation

◆ tagSplitScreenInfo()

tagSplitScreenInfo::tagSplitScreenInfo ( )
inline

Definition at line 90 of file meeting_ui_ctrl_interface.h.

91 {
92 bSupportSplitScreen = false;
93 bInSplitScreenMode = false;
94 }
bool bSupportSplitScreen
Support display the video in a row.
bool bInSplitScreenMode
In the process of displaying the video in the row.

References bInSplitScreenMode, and bSupportSplitScreen.

Field Documentation

◆ bInSplitScreenMode

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().

◆ bSupportSplitScreen

bool tagSplitScreenInfo::bSupportSplitScreen

Support display the video in a row.

Definition at line 88 of file meeting_ui_ctrl_interface.h.

Referenced by tagSplitScreenInfo().