Windows SDK API Reference
Loading...
Searching...
No Matches
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. More...
 
bool bInSplitScreenMode
 In the process of displaying the video in the row. More...
 

Detailed Description

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

Definition at line 80 of file meeting_ui_ctrl_interface.h.

Constructor & Destructor Documentation

◆ tagSplitScreenInfo()

tagSplitScreenInfo::tagSplitScreenInfo ( )
inline

Definition at line 84 of file meeting_ui_ctrl_interface.h.

85 {
86 bSupportSplitScreen = false;
87 bInSplitScreenMode = false;
88 }
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 83 of file meeting_ui_ctrl_interface.h.

Referenced by tagSplitScreenInfo().

◆ bSupportSplitScreen

bool tagSplitScreenInfo::bSupportSplitScreen

Support display the video in a row.

Definition at line 82 of file meeting_ui_ctrl_interface.h.

Referenced by tagSplitScreenInfo().