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

#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

Definition at line 198 of file ZMVideoSDKUserHelper.h.

Property Documentation

◆ sourceID

- (unsigned int) sourceID
readnonatomicassign

The source id of the share cursor.

Definition at line 203 of file ZMVideoSDKUserHelper.h.

◆ x

- (int) x
readnonatomicassign

The x value of the coordinate.

Definition at line 208 of file ZMVideoSDKUserHelper.h.

◆ y

- (int) y
readnonatomicassign

The y value of the coordinate.

Definition at line 213 of file ZMVideoSDKUserHelper.h.