apkfuckery/com.discord/smali/androidx/media/AudioAttributesImpl.smali

35 lines
774 B
Smali

.class interface abstract Landroidx/media/AudioAttributesImpl;
.super Ljava/lang/Object;
.source "AudioAttributesImpl.java"
# interfaces
.implements Landroidx/versionedparcelable/VersionedParcelable;
# virtual methods
.method public abstract getAudioAttributes()Ljava/lang/Object;
.end method
.method public abstract getContentType()I
.end method
.method public abstract getFlags()I
.end method
.method public abstract getLegacyStreamType()I
.end method
.method public abstract getRawLegacyStreamType()I
.end method
.method public abstract getUsage()I
.end method
.method public abstract getVolumeControlStream()I
.end method
.method public abstract toBundle()Landroid/os/Bundle;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method