Rabbit-R1/switch port/smali/smali_classes3/org/webrtc/VideoDecoder$Settings.smali
2024-05-21 17:08:36 -04:00

39 lines
818 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
.line 25
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