apkfuckery/com.discord/smali/com/discord/views/video/a.smali

101 lines
2.5 KiB
Smali
Raw Normal View History

2019-02-04 20:08:30 +00:00
.class public final Lcom/discord/views/video/a;
.super Ljava/lang/Object;
2019-02-04 20:29:01 +00:00
.source "RxRendererEvents.kt"
2019-02-04 20:08:30 +00:00
# interfaces
.implements Lorg/webrtc/RendererCommon$RendererEvents;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/discord/views/video/a$a;
}
.end annotation
# instance fields
2019-02-27 00:16:35 +00:00
.field private final AK:Lrx/subjects/BehaviorSubject;
2019-02-04 20:08:30 +00:00
.annotation system Ldalvik/annotation/Signature;
value = {
"Lrx/subjects/BehaviorSubject<",
"Lcom/discord/views/video/a$a;",
">;"
}
.end annotation
.end field
# direct methods
.method public constructor <init>()V
.locals 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
2019-02-27 00:16:35 +00:00
invoke-static {}, Lrx/subjects/BehaviorSubject;->Fw()Lrx/subjects/BehaviorSubject;
2019-02-04 20:08:30 +00:00
move-result-object v0
2019-02-27 00:16:35 +00:00
iput-object v0, p0, Lcom/discord/views/video/a;->AK:Lrx/subjects/BehaviorSubject;
2019-02-04 20:08:30 +00:00
return-void
.end method
.method public static synthetic a(Lcom/discord/views/video/a;)Lrx/Observable;
.locals 3
2019-02-27 00:16:35 +00:00
iget-object p0, p0, Lcom/discord/views/video/a;->AK:Lrx/subjects/BehaviorSubject;
2019-02-04 20:08:30 +00:00
sget-object v0, Ljava/util/concurrent/TimeUnit;->MILLISECONDS:Ljava/util/concurrent/TimeUnit;
const-wide/16 v1, 0x32
invoke-virtual {p0, v1, v2, v0}, Lrx/subjects/BehaviorSubject;->k(JLjava/util/concurrent/TimeUnit;)Lrx/Observable;
move-result-object p0
2019-02-27 00:16:35 +00:00
sget-object v0, Lcom/discord/views/video/a$b;->AL:Lcom/discord/views/video/a$b;
2019-02-04 20:08:30 +00:00
check-cast v0, Lrx/functions/b;
invoke-virtual {p0, v0}, Lrx/Observable;->e(Lrx/functions/b;)Lrx/Observable;
move-result-object p0
2019-02-27 00:16:35 +00:00
invoke-virtual {p0}, Lrx/Observable;->DR()Lrx/Observable;
2019-02-04 20:08:30 +00:00
move-result-object p0
2019-02-27 00:16:35 +00:00
invoke-virtual {p0}, Lrx/Observable;->DP()Lrx/Observable;
2019-02-04 20:08:30 +00:00
move-result-object p0
const-string v0, "frameResolutionSubject\n \u2026 .distinctUntilChanged()"
invoke-static {p0, v0}, Lkotlin/jvm/internal/j;->g(Ljava/lang/Object;Ljava/lang/String;)V
return-object p0
.end method
# virtual methods
.method public final onFirstFrameRendered()V
.locals 0
return-void
.end method
.method public final onFrameResolutionChanged(III)V
.locals 2
2019-02-27 00:16:35 +00:00
iget-object v0, p0, Lcom/discord/views/video/a;->AK:Lrx/subjects/BehaviorSubject;
2019-02-04 20:08:30 +00:00
new-instance v1, Lcom/discord/views/video/a$a;
invoke-direct {v1, p1, p2, p3}, Lcom/discord/views/video/a$a;-><init>(III)V
invoke-virtual {v0, v1}, Lrx/subjects/BehaviorSubject;->onNext(Ljava/lang/Object;)V
return-void
.end method