public static interface

RemoteMediaPlayer.OnPreloadStatusUpdatedListener

com.google.android.gms.cast.RemoteMediaPlayer.OnPreloadStatusUpdatedListener

This interface is deprecated.
This interface is deprecated. See Migrate Android Sender App from Cast SDK v2 to v3.

Class Overview

The listener interface for tracking media queue preload status changes.

Summary

Public Methods
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.