RemoteMediaPlayer.OnPreloadStatusUpdatedListener

public static interface RemoteMediaPlayer.OnPreloadStatusUpdatedListener

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.