apkfuckery/com.discord/smali_classes2/org/webrtc/VideoDecoder$Settings.smali

42 lines
902 B
Smali

.class public Lorg/webrtc/VideoDecoder$Settings;
.super Ljava/lang/Object;
.source "VideoDecoder.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lorg/webrtc/VideoDecoder;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "Settings"
.end annotation
# instance fields
.field public final height:I
.field public final numberOfCores:I
.field public final width:I
# direct methods
.method public constructor <init>(III)V
.locals 0
.annotation build Lorg/webrtc/CalledByNative;
value = "Settings"
.end annotation
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput p1, p0, Lorg/webrtc/VideoDecoder$Settings;->numberOfCores:I
iput p2, p0, Lorg/webrtc/VideoDecoder$Settings;->width:I
iput p3, p0, Lorg/webrtc/VideoDecoder$Settings;->height:I
return-void
.end method