Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
CustomImmersiveLayoutData Struct Reference

Layout data of immersive. More...

#include <customized_immersive.h>

Public Member Functions

 CustomImmersiveLayoutData ()
 

Data Fields

bool is_seat_free
 Whether this user is in seat.
 
unsigned int seat_id
 The seat ID.
 
unsigned int user_id
 The user ID.
 
unsigned int z_order
 The seat z order. Higher numbers are displayed on top of lower ones.
 
RECT position
 The seat position.
 

Detailed Description

Layout data of immersive.

Definition at line 41 of file customized_immersive.h.

Constructor & Destructor Documentation

◆ CustomImmersiveLayoutData()

CustomImmersiveLayoutData::CustomImmersiveLayoutData ( )
inline

Definition at line 49 of file customized_immersive.h.

50 {
51 is_seat_free = false;
52 seat_id = 0;
53 user_id = 0;
54 z_order = 0;
55 position = { 0 };
56 }
unsigned int user_id
The user ID.
unsigned int seat_id
The seat ID.
RECT position
The seat position.
bool is_seat_free
Whether this user is in seat.
unsigned int z_order
The seat z order. Higher numbers are displayed on top of lower ones.

References is_seat_free, position, seat_id, user_id, and z_order.

Field Documentation

◆ is_seat_free

bool CustomImmersiveLayoutData::is_seat_free

Whether this user is in seat.

Definition at line 43 of file customized_immersive.h.

Referenced by CustomImmersiveLayoutData().

◆ position

RECT CustomImmersiveLayoutData::position

The seat position.

Definition at line 47 of file customized_immersive.h.

Referenced by CustomImmersiveLayoutData().

◆ seat_id

unsigned int CustomImmersiveLayoutData::seat_id

The seat ID.

Definition at line 44 of file customized_immersive.h.

Referenced by CustomImmersiveLayoutData().

◆ user_id

unsigned int CustomImmersiveLayoutData::user_id

The user ID.

Definition at line 45 of file customized_immersive.h.

Referenced by CustomImmersiveLayoutData().

◆ z_order

unsigned int CustomImmersiveLayoutData::z_order

The seat z order. Higher numbers are displayed on top of lower ones.

Definition at line 46 of file customized_immersive.h.

Referenced by CustomImmersiveLayoutData().