|
SIP Endpoint SDK for OS X
|
Public Member Functions | |
| (id) | - initWithConfiguration:logger: |
| (void) | - deviceChanged: |
Public Member Functions inherited from GSSipAbstractionObject | |
| (id) | - initWithLogger: |
Public Member Functions inherited from | |
| (id< GSAudioDevice >) | - activeAudioInputDevice |
| (id< GSAudioDevice >) | - activeAudioOutputDevice |
| (id< GSCaptureDevice >) | - activeCaptureDevice |
| (GSResult) | - useAudioInputDevice: |
| (GSResult) | - useAudioOutputDevice: |
| (GSResult) | - useCaptureDevice: |
| (void) | - setActiveAudioInputDevice: |
| (void) | - setActiveAudioOutputDevice: |
| (void) | - setActiveCaptureDevice: |
| (NSArray *) | - systemAudioDevices |
| (NSArray *) | - systemCaptureDevices |
| (GSFlagState) | - headsetAvailable |
| (id< GSAudioDevice >) | - currentAudioDeviceForInput |
| (id< GSAudioDevice >) | - currentAudioDeviceForOutput |
| (id< GSCaptureDevice >) | - currentCaptureDevice |
| (GSDeviceArray *) | - getAudioInDevices:outDevices: |
| (GSDeviceArray *) | - getCaptureDevices |
| (id< GSAudioDevice >) | - getAudioDeviceById: |
| (id< GSCaptureDevice >) | - getCaptureDeviceById: |
| (int) | - videoCapabilitiesCount: |
| (GSCaptureCapability *) | - videoCapability:capabilityIndex: |
| (GSStatus *) | - setCaptureDevice:withCapability: |
| (GSResult) | - releaseCaptureDevice |
| (BOOL) | - hasCaptureDevice |
| (void) | - refreshDevices |
| (void) | - configure |
| (void) | - configureHeadset |
| (void) | - configureAudioDevices |
| (void) | - configureDefaultAudioInputDevice |
| (void) | - configureDefaultAudioOutputDevice |
| (void) | - configureCaptureDevice |
| (void) | - deviceChange |
Properties | |
| id< GSLogger > | theLogger |
| GSDeviceArray * | audioDevices |
| GSDeviceArray * | captureDevices |
| id< GSDeviceNotificationDelegate > | notificationDelegate |
| id< GSDevicePolicyDelegate > | policyDelegate |
Properties inherited from GSSipAbstractionObject | |
| id< GSLogger > | logger |
| NSMutableDictionary * | configuration |
Properties inherited from | |
Definition at line 23 of file GSSipDeviceManager.h.
|
readwritenonatomicretain |
Get/set the delegate that will be used to recieve notifications about device state
Reimplemented from <GSDeviceManager>.
Definition at line 29 of file GSSipDeviceManager.h.
|
readwritenonatomicretain |
Get/set the delegate that will be used to specify the device manager's behavior.
Reimplemented from <GSDeviceManager>.
Definition at line 30 of file GSSipDeviceManager.h.