#import <GSDeviceNotificationDelegate.h>
List of all members.
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:
-
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.
- Parameters:
-
media | the 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:
-
device | the newly connected device |
media | the 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:
-
device | the newly disconnected device |
media | the media type supported by this device |
The documentation for this protocol was generated from the following file: