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

54 lines
1.1 KiB
Smali

.class public Lorg/webrtc/VideoSource$AspectRatio;
.super Ljava/lang/Object;
.source "VideoSource.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lorg/webrtc/VideoSource;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "AspectRatio"
.end annotation
# static fields
.field public static final UNDEFINED:Lorg/webrtc/VideoSource$AspectRatio;
# instance fields
.field public final height:I
.field public final width:I
# direct methods
.method static constructor <clinit>()V
.locals 2
.line 21
new-instance v0, Lorg/webrtc/VideoSource$AspectRatio;
const/4 v1, 0x0
invoke-direct {v0, v1, v1}, Lorg/webrtc/VideoSource$AspectRatio;-><init>(II)V
sput-object v0, Lorg/webrtc/VideoSource$AspectRatio;->UNDEFINED:Lorg/webrtc/VideoSource$AspectRatio;
return-void
.end method
.method public constructor <init>(II)V
.locals 0
.line 26
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput p1, p0, Lorg/webrtc/VideoSource$AspectRatio;->width:I
iput p2, p0, Lorg/webrtc/VideoSource$AspectRatio;->height:I
return-void
.end method