SIP Endpoint SDK for OS X
|
#import <DefaultServices.h>
Public Member Functions | |
(GSDefaultVideoService *) | - initWithLogger:core: |
![]() | |
(id) | - initWithLogger: |
(id) | - initWithLogger:configData: |
![]() | |
(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 | isLocalVideoStarted |
BOOL | isRemoteVideoStarted |
GSVideoState | captureState |
![]() | |
id< GSLogger > | logger |
NSMutableDictionary * | configuration |
GSepCore * | epCore |
![]() |
Default video service
Definition at line 45 of file DefaultServices.h.
- (GSDefaultVideoService*) initWithLogger: | (id< GSLogger >) | theLogger | |
core: | (GSepCore *) | theCore | |
Initiate default video service.
connectionManager | the connection manager object |
theLogger | the logger to be used for the video service operation |
Implements GSSipAbstractionObject.
|
readwritenonatomicassign |
Set/Get GSVideoState value.
of the capture state.
Reimplemented from <GSVideoService>.
Definition at line 48 of file DefaultServices.h.
|
readwritenonatomicassign |
Get boolen if local video started.
capture started
Reimplemented from <GSVideoService>.
Definition at line 46 of file DefaultServices.h.
|
readwritenonatomicassign |
Get boolen if remote video started.
capture started
Reimplemented from <GSVideoService>.
Definition at line 47 of file DefaultServices.h.