apkfuckery/com.discord/smali_classes2/com/discord/widgets/voice/fullscreen/VoiceControlsView$Model.smali
2020-05-17 12:40:10 +00:00

62 lines
1.8 KiB
Smali

.class public interface abstract Lcom/discord/widgets/voice/fullscreen/VoiceControlsView$Model;
.super Ljava/lang/Object;
.source "VoiceControlsView.kt"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/discord/widgets/voice/fullscreen/VoiceControlsView;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "Model"
.end annotation
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/discord/widgets/voice/fullscreen/VoiceControlsView$Model$CameraState;,
Lcom/discord/widgets/voice/fullscreen/VoiceControlsView$Model$DefaultImpls;
}
.end annotation
# virtual methods
.method public abstract getAudioDevicesState()Lcom/discord/stores/StoreAudioDevices$AudioDevicesState;
.end method
.method public abstract getAudioOutputState()Lcom/discord/utilities/media/AudioOutputState;
.end method
.method public abstract getCameraState()Lcom/discord/widgets/voice/fullscreen/VoiceControlsView$Model$CameraState;
.end method
.method public abstract getChannel()Lcom/discord/models/domain/ModelChannel;
.end method
.method public abstract getChannelPermissions()Ljava/lang/Integer;
.end method
.method public abstract getInputMode()Lcom/discord/rtcconnection/mediaengine/MediaEngineConnection$InputMode;
.end method
.method public abstract getJoinability()Lcom/discord/utilities/voice/VoiceChannelJoinability;
.end method
.method public abstract getNumUsersConnected()I
.end method
.method public abstract getNumUsersConnectedString()Ljava/lang/String;
.end method
.method public abstract isConnected()Z
.end method
.method public abstract isEmptyVoiceChannel()Z
.end method
.method public abstract isSelfDeafened()Z
.end method
.method public abstract isSelfMuted()Z
.end method