apkfuckery/com.discord/smali_classes2/org/webrtc/audio/LegacyAudioDeviceModule.smali
2019-12-06 04:29:40 +01:00

53 lines
966 B
Smali

.class public Lorg/webrtc/audio/LegacyAudioDeviceModule;
.super Ljava/lang/Object;
.source "LegacyAudioDeviceModule.java"
# interfaces
.implements Lorg/webrtc/audio/AudioDeviceModule;
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public getNativeAudioDeviceModulePointer()J
.locals 2
const-wide/16 v0, 0x0
return-wide v0
.end method
.method public release()V
.locals 0
return-void
.end method
.method public setMicrophoneMute(Z)V
.locals 0
invoke-static {p1}, Lorg/webrtc/voiceengine/WebRtcAudioRecord;->setMicrophoneMute(Z)V
return-void
.end method
.method public setSpeakerMute(Z)V
.locals 0
invoke-static {p1}, Lorg/webrtc/voiceengine/WebRtcAudioTrack;->setSpeakerMute(Z)V
return-void
.end method