Video SDK for MacOS API Reference
Loading...
Searching...
No Matches
ZMVideoSDKShareCursorData Class Reference

Represents the cursor position data during screen sharing. More...

#include <ZMVideoSDKUserHelper.h>

Inherits NSObject.

Properties

unsigned int sourceID
 The source id of the share cursor.
 
int x
 The x value of the coordinate.
 
int y
 The y value of the coordinate.
 

Detailed Description

Represents the cursor position data during screen sharing.

Definition at line 210 of file ZMVideoSDKUserHelper.h.

Property Documentation

◆ sourceID

- (unsigned int) sourceID
readnonatomicassign

The source id of the share cursor.

Definition at line 215 of file ZMVideoSDKUserHelper.h.

◆ x

- (int) x
readnonatomicassign

The x value of the coordinate.

Definition at line 220 of file ZMVideoSDKUserHelper.h.

◆ y

- (int) y
readnonatomicassign

The y value of the coordinate.

Definition at line 225 of file ZMVideoSDKUserHelper.h.