PillarboxCastPlayer
A PillarboxPlayer implementation that forwards calls to a CastPlayer.
It disables smooth seeking and tracking capabilities as these are not supported or relevant in the context of Cast playback.
Parameters
The context from which the cast session is obtained.
A Context used to populate getDeviceInfo. If null
, getDeviceInfo will always return CastPlayer.DEVICE_INFO_REMOTE_EMPTY.
The MediaItemConverter to use.
The seekBack increment, in milliseconds.
The seekForward increment, in milliseconds.
The maximum position for which seekToPrevious seeks to the previous MediaItem, in milliseconds.
The CastTrackSelector to use when selecting tracks from TrackSelectionParameters.
The underlying CastPlayer instance to which method calls will be forwarded.
Properties
Smooth seeking is not supported on CastPlayer. By its very nature (ie. being remote), seeking smoothly is impossible to achieve.
This flag is not supported on CastPlayer. The receiver should implement tracking on its own.
Functions
It is not possible to toggle shuffle mode on and off on a CastPlayer, thus, this method always returns false
.
Returns whether a cast session is available.
Sets a listener for updates on the cast session availability.
Shuffle in place the list of media items being played, independently of the value of shuffleModeEnabled.
Inherited functions
Observe the availability of a Cast session as a Flow.