#import <NotificationDelegates.h>
List of all members.
Detailed Description
This delegate is used to receive notifications about device state changes.
Definition at line 83 of file NotificationDelegates.h.
Member Function Documentation
- (void) activeAudioInputDeviceDidChangeNotification: |
|
(id< GSAudioDevice >) |
device |
|
|
optional |
Implement to be notified when the active audio input device has been changed.
- Parameters:
-
the | audio input device that is changed. |
- See also:
- GSAudioDevice
- (void) activeAudioOutputDeviceDidChangeNotification: |
|
(id< GSAudioDevice >) |
device |
|
|
optional |
Implement to be notified when the active audio output device has been changed.
- Parameters:
-
the | audio output device that is changed. |
- See also:
- GSAudioDevice
- (void) activeCaptureDeviceDidChangeNotification: |
|
(id< GSCaptureDevice >) |
device |
|
|
optional |
Implement to be notified when the active capture device has been changed.
- Parameters:
-
the | capture device that is changed. |
- See also:
- GSCaptureDevice>
- (void) activeRingerDeviceDidChangeNotification: |
|
(id< GSAudioDevice >) |
device |
|
|
optional |
Implement to be notified when the active ringer device has been changed.
- Parameters:
-
the | audio output device that is changed. |
- See also:
- GSAudioDevice
- (void) deviceDidChangeNotification: |
|
(GSDeviceAction) |
action |
deviceType: |
|
(GSDeviceType) |
type |
|
|
| |
|
optional |
Implement to be notified when list of devices is changed for GSDeviceActions: GSDeviceListChanged.
- Parameters:
-
device | action and device type. |
- See also:
- GSDeviceAction, GSDeviceType
- (void) deviceStateDidChangeNotification: |
|
(GSDeviceAction) |
action |
deviceType: |
|
(GSDeviceType) |
type |
|
|
| |
|
optional |
Implement to be notified for GSDeviceActions: GSDeviceLocalVideoStarted, GSDeviceInitFailed, GSDeviceLocalAudioStarted
- Parameters:
-
device | action and device type. |
- See also:
- GSDeviceAction, GSDeviceType
The documentation for this protocol was generated from the following file:
- /genesys/release/5_9and6_x/SIPEndpntSDKMac/v9.0.010.03/x86_64-darwin10.11.2/64bit/src_local/root_repository/MacOS/Endpoint/Src/Headers/NotificationDelegates.h