apkfuckery/com.discord/smali_classes2/org/webrtc/TurnCustomizer.smali

49 lines
968 B
Smali
Raw Normal View History

2019-07-24 11:27:29 +00:00
.class public Lorg/webrtc/TurnCustomizer;
.super Ljava/lang/Object;
.source "TurnCustomizer.java"
2019-12-06 01:29:57 +00:00
# annotations
.annotation runtime Lorg/webrtc/JNINamespace;
value = "webrtc::jni"
.end annotation
2019-07-24 11:27:29 +00:00
# instance fields
2019-12-06 01:29:57 +00:00
.field final nativeTurnCustomizer:J
2019-07-24 11:27:29 +00:00
# direct methods
.method public constructor <init>(J)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-wide p1, p0, Lorg/webrtc/TurnCustomizer;->nativeTurnCustomizer:J
return-void
.end method
.method private static native nativeFreeTurnCustomizer(J)V
.end method
# virtual methods
.method public dispose()V
.locals 2
iget-wide v0, p0, Lorg/webrtc/TurnCustomizer;->nativeTurnCustomizer:J
invoke-static {v0, v1}, Lorg/webrtc/TurnCustomizer;->nativeFreeTurnCustomizer(J)V
return-void
.end method
.method getNativeTurnCustomizer()J
.locals 2
iget-wide v0, p0, Lorg/webrtc/TurnCustomizer;->nativeTurnCustomizer:J
return-wide v0
.end method