<GCKUIMediaControllerDelegate> Protocol
Stay organized with collections
Save and categorize content based on your preferences.
The GCKUIMediaController delegate protocol.
- Since
- 3.0
Inherits <NSObjectNSObject>.
- (void) mediaController: |
|
(GCKUIMediaController *) |
mediaController |
didUpdatePlayerState: |
|
(GCKMediaPlayerState) |
playerState |
lastStreamPosition: |
|
(NSTimeInterval) |
streamPosition |
|
|
| |
|
optional |
Called when the remote media player state has changed.
- Parameters
-
mediaController | The GCKUIMediaController instance. |
playerState | The new player state. |
streamPosition | The last known stream position at the time of the player state change. |
- (void) mediaController: |
|
(GCKUIMediaController *) |
mediaController |
didBeginPreloadForItemID: |
|
(NSUInteger) |
itemID |
|
|
| |
|
optional |
Called when preloading has started for an upcoming media queue item.
- Parameters
-
Called when new media status has been received from the receiver, and after the GCKUIMediaController has finished processing the updated status.
- Parameters
-
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["The `GCKUIMediaControllerDelegate` protocol defines methods that respond to changes in media playback state and status on a Cast device."],["It provides notifications for events like player state changes, media status updates, and preloading of media items."],["Developers can implement these methods to update their UI and application logic based on the current playback state and media information."],["These methods are optional and called by the `GCKUIMediaController` instance to inform the delegate of changes."]]],[]]