Avaya Client Services API Reference (OS X)
Properties | List of all members
CSSharingDisplay Class Reference

CSSharingDisplay object provides set of information about display which can be shared using CSContentSharing::startSharingFullScreenWithScreenId:completionHandler. More...

#import <CSSharingDisplay.h>

Inherits NSObject.

Properties

NSString * name
 Vendor number of display. More...
 
CGRect size
 Size of the display. More...
 
NSInteger displayId
 Unique ID of the display. More...
 

Detailed Description

CSSharingDisplay object provides set of information about display which can be shared using CSContentSharing::startSharingFullScreenWithScreenId:completionHandler.

See also
- startSharingFullScreenWithScreenId:completionHandler: (CSContentSharing)

Property Documentation

- (NSInteger) displayId
readwritenonatomicassign

Unique ID of the display.

Used in method CSContentSharing::startSharingFullScreenWithScreenId:completionHandler to start full screen sharing.

See also
- startSharingFullScreenWithScreenId:completionHandler: (CSContentSharing)
- (NSString*) name
readwritenonatomiccopy

Vendor number of display.

- (CGRect) size
readwritenonatomicassign

Size of the display.


The documentation for this class was generated from the following file: