<GCKCastDeviceStatusListener> Protocol Reference
Overview
A listener protocol for receiving Cast device status change notifications.
- Since
- 3.0
Inherits <GCKSessionNSObject>.
Instance Method Summary | |
(void) | - castSession:didReceiveActiveInputStatus: |
Called when the Cast device's active input status has changed. More... | |
(void) | - castSession:didReceiveStandbyStatus: |
Called when the Cast device's standby status has changed. More... | |
(void) | - castSession:didReceiveMultizoneStatus: |
Called when the Cast device's multizone status has changed. More... | |
(void) | - castSession:didAddMultizoneDevice: |
Called whenever a multizone device is added. More... | |
(void) | - castSession:didUpdateMultizoneDevice: |
Called whenever a multizone device is updated. More... | |
(void) | - castSession:didRemoveMultizoneDeviceWithID: |
Called whenever a multizone device is removed. More... | |
Method Detail
|
optional |
Called when the Cast device's active input status has changed.
- Parameters
-
castSession The Cast session. activeInputStatus The new active input status.
|
optional |
Called when the Cast device's standby status has changed.
- Parameters
-
castSession The Cast session. standbyStatus The new standby status.
|
optional |
Called when the Cast device's multizone status has changed.
- Parameters
-
castSession The Cast session. multizoneStatus The new multizone status.
|
optional |
Called whenever a multizone device is added.
- Parameters
-
castSession The Cast session. device The newly-added multizone device.
|
optional |
Called whenever a multizone device is updated.
- Parameters
-
castSession The Cast session. device The updated multizone device.
|
optional |
Called whenever a multizone device is removed.
- Parameters
-
castSession The Cast session. deviceID The deviceID of the removed multizone device.