CastTrackSelector.CastTrackSelectorResult


class CastTrackSelector.CastTrackSelectorResult


The result of a track selection.

Summary

Public properties

ImmutableSet<TrackGroup!>!

The track groups that must become selected.

TrackSelectionParameters!

The new TrackSelectionParameters to set to RemoteCastPlayer.

Public properties

selections

val selectionsImmutableSet<TrackGroup!>!

The track groups that must become selected.

trackSelectionParameters

val trackSelectionParametersTrackSelectionParameters!

The new TrackSelectionParameters to set to RemoteCastPlayer.

The new parameters can be retrieved through getTrackSelectionParameters, and a change will trigger a onTrackSelectionParametersChanged call.