SIP Endpoint SDK for OS X
|
Public Member Functions | |
(id) | - initWithLogger:core: |
![]() | |
(id) | - initWithLogger: |
(id) | - initWithLogger:configData: |
Properties | |
NSString * | name |
int | deviceId |
NSArray * | captureWidth |
NSArray * | captureHeight |
NSArray * | captureFps |
NSArray * | captureFormat |
![]() | |
id< GSLogger > | logger |
NSMutableDictionary * | configuration |
GSepCore * | epCore |
![]() | |
BOOL | canInput |
BOOL | canOutput |
BOOL | hasVolumeControl |
Definition at line 12 of file GSSipCaptureDevice.h.
|
readwritenonatomicretain |
The array is used to store the capture device format capabilities
Reimplemented from <GSCaptureDevice>.
Definition at line 20 of file GSSipCaptureDevice.h.
|
readwritenonatomicretain |
The array is used to store the capture device frames per second capabilities
Reimplemented from <GSCaptureDevice>.
Definition at line 19 of file GSSipCaptureDevice.h.
|
readwritenonatomicretain |
The array is used to store the capture device height size capabilities
Reimplemented from <GSCaptureDevice>.
Definition at line 18 of file GSSipCaptureDevice.h.
|
readwritenonatomicretain |
The array is used to store the capture device width size capabilities
Reimplemented from <GSCaptureDevice>.
Definition at line 17 of file GSSipCaptureDevice.h.
|
readwritenonatomicassign |
The ID of the device.
Reimplemented from <GSCaptureDevice>.
Definition at line 15 of file GSSipCaptureDevice.h.
|
readwritenonatomicretain |
The name of the device.
Reimplemented from <GSCaptureDevice>.
Definition at line 14 of file GSSipCaptureDevice.h.