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

CSOSXScreenSharingView subclasses NSScrollView and provides scrolling behavior for screen sharing content displayed on CSScreenSharingView. More...

#import <CSOSXScreenSharingView.h>

Inherits NSScrollView.

Instance Methods

(void) - setContentSharingDelegate:
 CSScreenSharingListener object used by renderingCanvas and can be set using this method instead of setter for property contentSharingDelegate of renderingCanvas. More...
 

Properties

CSScreenSharingViewrenderingCanvas
 CSScreenSharingView object responsible for displaying received sharing content. More...
 

Detailed Description

CSOSXScreenSharingView subclasses NSScrollView and provides scrolling behavior for screen sharing content displayed on CSScreenSharingView.

In case received content is smaller then size of CSOSXScreenSharingView displayed content is placed in center of CSOSXScreenSharingView.

Method Documentation

- (void) setContentSharingDelegate: (CSScreenSharingListener *)  delegate

CSScreenSharingListener object used by renderingCanvas and can be set using this method instead of setter for property contentSharingDelegate of renderingCanvas.

Parameters
delegateCSScreenSharingListener object to be set for renderingCanvas
See also
CSScreenSharingView::contentSharingDelegate
CSContentSharingDelegate

Property Documentation

- (CSScreenSharingView*) renderingCanvas
readatomicstrong

CSScreenSharingView object responsible for displaying received sharing content.


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