|
SIP Endpoint SDK for OS X
|
#import <DefaultServices.h>
Public Member Functions | |
| (GSDefaultVideoService *) | - initWithLogger: |
Public Member Functions inherited from | |
| (GSStatus) | - pauseVideoCapture |
| (GSStatus) | - resumeVideoCapture |
| (GSVideoState) | - videoCaptureState |
| (GSResult) | - stopVideoCapture |
| (GSResult) | - startVideoCaptureWithCapability: |
| (GSResult) | - startLocalVideoStream:withCapability: |
| (GSResult) | - changeLocalVideoStream: |
| (GSResult) | - startRemoteVideoForSession:withConfiguration: |
| (GSResult) | - changeRemoteVideoForSession:withConfiguration: |
| (GSResult) | - stopLocalVideo |
| (GSResult) | - stopRemoteVideoForSession: |
Properties | |
| BOOL | isCaptureStarted |
| BOOL | isLocalVideoStarted |
| BOOL | isRemoteVideoStarted |
Properties inherited from GSSipAbstractionObject | |
| id< GSLogger > | logger |
| NSMutableDictionary * | configuration |
Properties inherited from | |
Default video service
Definition at line 48 of file DefaultServices.h.
| - (GSDefaultVideoService*) initWithLogger: | (id< GSLogger >) | theLogger |
Initiate default video service.
| connectionManager | the connection manager object |
| theLogger | the logger to be used for the video service operation |
Implements GSSipAbstractionObject.
|
readwritenonatomicassign |
Get boolen if capture started.
capture started
Reimplemented from <GSVideoService>.
Definition at line 49 of file DefaultServices.h.
|
readwritenonatomicassign |
Get boolen if local video started.
capture started
Reimplemented from <GSVideoService>.
Definition at line 50 of file DefaultServices.h.
|
readwritenonatomicassign |
Get boolen if remote video started.
capture started
Reimplemented from <GSVideoService>.
Definition at line 51 of file DefaultServices.h.