public abstract class

IMediaControllerCallback.Stub

extends android.os.Binder

implements IMediaControllerCallback

 java.lang.Object

↳android.os.Binder

↳androidx.media3.session.legacy.IMediaControllerCallback.Stub

Overview

Local-side IPC implementation stub class.

Summary

Constructors
publicStub()

Construct the stub at attach it to the interface.

Methods
public android.os.IBinderasBinder()

public static IMediaControllerCallbackasInterface(android.os.IBinder obj)

Cast an IBinder object into an androidx.media3.session.legacy.IMediaControllerCallback interface, generating a proxy if needed.

public static IMediaControllerCallbackgetDefaultImpl()

public booleanonTransact(int code, android.os.Parcel data, android.os.Parcel reply, int flags)

public static booleansetDefaultImpl(IMediaControllerCallback impl)

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

Constructors

public Stub()

Construct the stub at attach it to the interface.

Methods

public static IMediaControllerCallback asInterface(android.os.IBinder obj)

Cast an IBinder object into an androidx.media3.session.legacy.IMediaControllerCallback interface, generating a proxy if needed.

public android.os.IBinder asBinder()

public boolean onTransact(int code, android.os.Parcel data, android.os.Parcel reply, int flags)

public static boolean setDefaultImpl(IMediaControllerCallback impl)

public static IMediaControllerCallback getDefaultImpl()