Video SDK for Linux API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKShareCursorData Struct Reference

Share cursor information. More...

#include <zoom_video_sdk_user_helper_interface.h>

Public Member Functions

 ZoomVideoSDKShareCursorData ()
 

Public Attributes

unsigned int source_id
 
int x
 
int y
 

Detailed Description

Share cursor information.

Definition at line 105 of file zoom_video_sdk_user_helper_interface.h.

Constructor & Destructor Documentation

◆ ZoomVideoSDKShareCursorData()

ZoomVideoSDKShareCursorData::ZoomVideoSDKShareCursorData ( )
inline

Member Data Documentation

◆ source_id

unsigned int ZoomVideoSDKShareCursorData::source_id

Definition at line 107 of file zoom_video_sdk_user_helper_interface.h.

Referenced by ZoomVideoSDKShareCursorData().

◆ x

int ZoomVideoSDKShareCursorData::x

Definition at line 108 of file zoom_video_sdk_user_helper_interface.h.

Referenced by ZoomVideoSDKShareCursorData().

◆ y

int ZoomVideoSDKShareCursorData::y

Definition at line 109 of file zoom_video_sdk_user_helper_interface.h.

Referenced by ZoomVideoSDKShareCursorData().