Sip Endpoint SDK for Apple OS
 All Classes Functions Properties
<GSDeviceNotificationDelegate> Protocol Reference

#import <GSDeviceNotificationDelegate.h>

List of all members.

Public Member Functions

(void) - deviceWasConnected:forMedia:
(void) - deviceWasDisconnected:forMedia:
(void) - activeInputDeviceDidChangeForMedia:
(void) - activeOutputDeviceDidChangeForMedia:

Detailed Description

Used to receive notifications about device state changes.

Definition at line 15 of file GSDeviceNotificationDelegate.h.


Member Function Documentation

- (void) activeInputDeviceDidChangeForMedia: (GSMedia *)  media
optional

Implement to be notified when the active input device for the passed media type has been changed.

Parameters:
mediathe 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.

Parameters:
mediathe media type for which the output device was used.
- (void) deviceWasConnected: (id< GSDevice >)  device
forMedia: (GSMedia *)  media 
optional

Implement to be notified when a new I/O device has been connected to the system.

Parameters:
devicethe newly connected device
mediathe media type supported by this device
- (void) deviceWasDisconnected: (id< GSDevice >)  device
forMedia: (GSMedia *)  media 
optional

Implement to be notified when a new I/O device has been connected to the system.

Parameters:
devicethe newly disconnected device
mediathe media type supported by this device

The documentation for this protocol was generated from the following file: