Sip Endpoint SDK for Apple OS
|
#import <GSDeviceNotificationDelegate.h>
Public Member Functions | |
(void) | - deviceWasConnected:forMedia: |
(void) | - deviceWasDisconnected:forMedia: |
(void) | - activeInputDeviceDidChangeForMedia: |
(void) | - activeOutputDeviceDidChangeForMedia: |
Used to receive notifications about device state changes.
Definition at line 15 of file GSDeviceNotificationDelegate.h.
- (void) activeInputDeviceDidChangeForMedia: | (GSMedia *) | media | [optional] |
Implement to be notified when the active input device for the passed media type has been changed.
media | the media type for which the input device was used. |
- (void) activeOutputDeviceDidChangeForMedia: | (GSMedia *) | media | [optional] |
Implement to be notified when the active output device for the passed media type has been changed.
media | the media type for which the output device was used. |
Implement to be notified when a new I/O device has been connected to the system.
device | the newly connected device |
media | the media type supported by this device |
Implement to be notified when a new I/O device has been connected to the system.
device | the newly disconnected device |
media | the media type supported by this device |