Rabbit-R1/original r1/smali/smali_classes2/androidx/media3/exoplayer/ExoPlayer$AudioComponent.smali
2024-05-21 17:08:36 -04:00

69 lines
1.8 KiB
Smali

.class public interface abstract Landroidx/media3/exoplayer/ExoPlayer$AudioComponent;
.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 = "AudioComponent"
.end annotation
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# virtual methods
.method public abstract clearAuxEffectInfo()V
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract getAudioAttributes()Landroidx/media3/common/AudioAttributes;
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract getAudioSessionId()I
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract getSkipSilenceEnabled()Z
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract getVolume()F
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract setAudioAttributes(Landroidx/media3/common/AudioAttributes;Z)V
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract setAudioSessionId(I)V
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract setAuxEffectInfo(Landroidx/media3/common/AuxEffectInfo;)V
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract setSkipSilenceEnabled(Z)V
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract setVolume(F)V
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method