|
SIP Endpoint SDK for OS X
|
Public Member Functions | |
| (id) | - initWithLogger: |
Properties | |
| NSString * | name |
| int | deviceId |
| NSArray * | captureWidth |
| NSArray * | captureHeight |
| NSArray * | captureFps |
| NSArray * | captureFormat |
Properties inherited from GSSipAbstractionObject | |
| id< GSLogger > | logger |
| NSMutableDictionary * | configuration |
Properties inherited from | |
| BOOL | canInput |
| BOOL | canOutput |
| BOOL | hasVolumeControl |
Definition at line 12 of file GSSipCaptureDevice.h.
|
readwritenonatomiccopy |
The array is used to store the capture device format capabilities
Reimplemented from <GSCaptureDevice>.
Definition at line 20 of file GSSipCaptureDevice.h.
|
readwritenonatomiccopy |
The array is used to store the capture device frames per second capabilities
Reimplemented from <GSCaptureDevice>.
Definition at line 19 of file GSSipCaptureDevice.h.
|
readwritenonatomiccopy |
The array is used to store the capture device height size capabilities
Reimplemented from <GSCaptureDevice>.
Definition at line 18 of file GSSipCaptureDevice.h.
|
readwritenonatomiccopy |
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.