Meeting SDK for Windows 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
 
bool bInSplitScreenMode
 

Detailed Description

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

Definition at line 102 of file meeting_ui_ctrl_interface.h.

Constructor & Destructor Documentation

◆ tagSplitScreenInfo()

tagSplitScreenInfo::tagSplitScreenInfo ( )
inline

Field Documentation

◆ bInSplitScreenMode

bool tagSplitScreenInfo::bInSplitScreenMode

In the process of displaying the video in the row.

Definition at line 107 of file meeting_ui_ctrl_interface.h.

Referenced by tagSplitScreenInfo().

◆ bSupportSplitScreen

bool tagSplitScreenInfo::bSupportSplitScreen

Support display the video in a row.

Definition at line 105 of file meeting_ui_ctrl_interface.h.

Referenced by tagSplitScreenInfo().