mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
54 lines
1.1 KiB
Smali
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
|