Meeting SDK for Windows API Reference
|
Layout data of immersive. More...
#include <customized_immersive.h>
Public Member Functions | |
CustomImmersiveLayoutData () | |
Data Fields | |
bool | is_seat_free |
unsigned int | seat_id |
unsigned int | user_id |
unsigned int | z_order |
RECT | position |
Layout data of immersive.
Definition at line 45 of file customized_immersive.h.
|
inline |
bool CustomImmersiveLayoutData::is_seat_free |
Whether this user is in seat.
Definition at line 48 of file customized_immersive.h.
Referenced by CustomImmersiveLayoutData().
RECT CustomImmersiveLayoutData::position |
The seat position.
Definition at line 56 of file customized_immersive.h.
Referenced by CustomImmersiveLayoutData().
unsigned int CustomImmersiveLayoutData::seat_id |
The seat ID.
Definition at line 50 of file customized_immersive.h.
Referenced by CustomImmersiveLayoutData().
unsigned int CustomImmersiveLayoutData::user_id |
The user ID.
Definition at line 52 of file customized_immersive.h.
Referenced by CustomImmersiveLayoutData().
unsigned int CustomImmersiveLayoutData::z_order |
The seat z order. Higher numbers are displayed on top of lower ones.
Definition at line 54 of file customized_immersive.h.
Referenced by CustomImmersiveLayoutData().