SIP Endpoint SDK for OS X
 All Classes Functions Properties
GSDefaultVideoService Class Reference

#import <DefaultServices.h>

Inheritance diagram for GSDefaultVideoService:
GSSipAbstractionObject <GSVideoService>

List of all members.

Public Member Functions

(GSDefaultVideoService *) - initWithLogger:core:
- Public Member Functions inherited from GSSipAbstractionObject
(id) - initWithLogger:
(id) - initWithLogger:configData:
- 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 isLocalVideoStarted
BOOL isRemoteVideoStarted
GSVideoState captureState
- Properties inherited from GSSipAbstractionObject
id< GSLoggerlogger
NSMutableDictionary * configuration
GSepCoreepCore
- Properties inherited from

Detailed Description

Default video service

Definition at line 45 of file DefaultServices.h.


Member Function Documentation

- (GSDefaultVideoService*) initWithLogger: (id< GSLogger >)  theLogger
core: (GSepCore *)  theCore 

Initiate default video service.

Parameters:
connectionManagerthe connection manager object
theLoggerthe logger to be used for the video service operation
Returns:
the default video service object
See also:
GSLogger, GSConnectionManager, GSDefaultVideoService

Implements GSSipAbstractionObject.


Property Documentation

- (GSVideoState) captureState
readwritenonatomicassign

Set/Get GSVideoState value.

of the capture state.

Reimplemented from <GSVideoService>.

Definition at line 48 of file DefaultServices.h.

- (BOOL) isLocalVideoStarted
readwritenonatomicassign

Get boolen if local video started.

capture started

Reimplemented from <GSVideoService>.

Definition at line 46 of file DefaultServices.h.

- (BOOL) isRemoteVideoStarted
readwritenonatomicassign

Get boolen if remote video started.

capture started

Reimplemented from <GSVideoService>.

Definition at line 47 of file DefaultServices.h.


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