|
Avaya Client Services API Reference (OS X)
|
#import <CSScreenCapturerOSX.h>
Inherits NSObject, and <CSVideoSource>.
Instance Methods | |
| (void) | - setCapturePIDs:count: |
| Sets the list of process identifiers for capturing windows. More... | |
| (NSError *) | - startCapturing |
| (NSError *) | - stopCapturing |
Instance Methods inherited from <CSVideoSource> | |
| (void) | - setVideoSink: |
Properties | |
| id< CSVideoSink > | videoSink |
| id< CSVideoSink > | localVideoSink |
| uint32_t | frameRate |
| CGRect | captureRect |
| - (void) setCapturePIDs: | (const pid_t *) | pids | |
| count: | (size_t) | count | |
Sets the list of process identifiers for capturing windows.
| pids | The list of process identifiers. |
| count | The number of process identifiers in the list. Passing a count of zero implies capturing windows of all processes. |
| - (NSError*) startCapturing |
| - (NSError*) stopCapturing |
|
readwritenonatomicassign |
|
readwritenonatomicassign |
|
readwriteatomicstrong |
|
readwriteatomicstrong |