Page Summary
-
RemoteMediaPlayer.OnPreloadStatusUpdatedListener is a deprecated interface.
-
This interface is used for tracking media queue preload status changes.
-
The
onPreloadStatusUpdated()method is called when updated player queue preload status information is received.
This interface is deprecated.
See Migrate Android Sender
App from Cast SDK v2 to v3.
The listener interface for tracking media queue preload status changes.
Public Method Summary
| abstract void |
onPreloadStatusUpdated()
Called when updated player queue preload status information is received, e.g.
|
Public Methods
public abstract void onPreloadStatusUpdated ()
Called when updated player queue preload status information is received, e.g. the next item to play has been preloaded. This gives the caller a chance to response to preloading related event, such as displaying what will be played next in the UI.