public abstract class

ActionSchedule.PlayerRunnable

extends java.lang.Object

implements java.lang.Runnable

 java.lang.Object

↳androidx.media3.test.utils.ActionSchedule.PlayerRunnable

Overview

Provides a wrapper for a java.lang.Runnable which has access to the player. Can be used with ActionSchedule.Builder.executeRunnable(Runnable).

Summary

Constructors
publicPlayerRunnable()

Methods
public final voidrun()

public abstract voidrun(ExoPlayer player)

Executes Runnable with reference to player.

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructors

public PlayerRunnable()

Methods

public abstract void run(ExoPlayer player)

Executes Runnable with reference to player.

public final void run()