Rabbit-R1/switch port/smali/smali_classes3/org/webrtc/AndroidVideoDecoder$FrameInfo.smali

36 lines
754 B
Smali
Raw Normal View History

2024-05-21 21:08:36 +00:00
.class Lorg/webrtc/AndroidVideoDecoder$FrameInfo;
.super Ljava/lang/Object;
.source "AndroidVideoDecoder.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lorg/webrtc/AndroidVideoDecoder;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0xa
name = "FrameInfo"
.end annotation
# instance fields
.field final decodeStartTimeMs:J
.field final rotation:I
# direct methods
.method constructor <init>(JI)V
.locals 0
.line 65
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-wide p1, p0, Lorg/webrtc/AndroidVideoDecoder$FrameInfo;->decodeStartTimeMs:J
iput p3, p0, Lorg/webrtc/AndroidVideoDecoder$FrameInfo;->rotation:I
return-void
.end method