Action.ClearVideoSurface
Artifact: androidx.media3:media3-test-utils
class Action.ClearVideoSurface : Action
| kotlin.Any | ||
| ↳ | androidx.media3.test.utils.Action | |
| ↳ | androidx.media3.test.utils.Action.ClearVideoSurface |
Calls clearVideoSurface.
Summary
Public constructors |
|---|
ClearVideoSurface(tag: String!) |
Protected functions |
|
|---|---|
Unit |
doActionImpl(Called by |
Public constructors
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 |