Rabbit-R1/switch port/smali/smali_classes2/androidx/media3/exoplayer/ExoPlayer$DeviceComponent.smali

55 lines
1.3 KiB
Smali
Raw Normal View History

2024-05-21 21:08:36 +00:00
.class public interface abstract Landroidx/media3/exoplayer/ExoPlayer$DeviceComponent;
.super Ljava/lang/Object;
.source "ExoPlayer.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/media3/exoplayer/ExoPlayer;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "DeviceComponent"
.end annotation
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# virtual methods
.method public abstract decreaseDeviceVolume()V
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract getDeviceInfo()Landroidx/media3/common/DeviceInfo;
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract getDeviceVolume()I
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract increaseDeviceVolume()V
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract isDeviceMuted()Z
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract setDeviceMuted(Z)V
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract setDeviceVolume(I)V
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method