Action.AddMediaItems
Artifact: androidx.media3:media3-test-utils
class Action.AddMediaItems : Action
Calls addMediaSources
.
Summary
Public constructors |
---|
AddMediaItems(tag: @Size(max = 23) String!, mediaSources: Array<MediaSource!>!) |
Protected functions |
|
---|---|
Unit |
doActionImpl( Called by |
Public constructors
AddMediaItems
AddMediaItems(tag: @Size(max = 23) String!, mediaSources: Array<MediaSource!>!)
Parameters | |
---|---|
tag: @Size(max = 23) String! |
A tag to use for logging. |
mediaSources: Array<MediaSource!>! |
The media sources to be added to the playlist. |
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 |