Action.RemoveMediaItems


class Action.RemoveMediaItems : Action


Calls removeMediaItems.

Summary

Public constructors

RemoveMediaItems(tag: @Size(max = 23) String!, fromIndex: Int, toIndex: Int)

Protected functions

Unit
doActionImpl(
    player: ExoPlayer!,
    trackSelector: DefaultTrackSelector!,
    surface: Surface?
)

Called by doActionAndScheduleNextImpl to perform the action.

Public constructors

RemoveMediaItems

RemoveMediaItems(tag: @Size(max = 23) String!, fromIndex: Int, toIndex: Int)
Parameters
tag: @Size(max = 23) String!

A tag to use for logging.

fromIndex: Int

The start if the range of media items to remove.

toIndex: Int

The end of the range of media items to remove (exclusive).

Protected functions

doActionImpl

protected fun doActionImpl(
    player: ExoPlayer!,
    trackSelector: DefaultTrackSelector!,
    surface: Surface?
): Unit

Called by doActionAndScheduleNextImpl to perform the action.

Parameters
player: ExoPlayer!

The player to which the action should be applied.

trackSelector: DefaultTrackSelector!

The track selector to which the action should be applied.

surface: Surface?

The surface to use when applying actions, or null if no surface is needed.