VideoDecoder$DecodeInfo.smali

.class public Lio/agora/base/internal/video/VideoDecoder$DecodeInfo;
.super Ljava/lang/Object;
.source "VideoDecoder.java"


# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
    value = Lio/agora/base/internal/video/VideoDecoder;
.end annotation

.annotation system Ldalvik/annotation/InnerClass;
    accessFlags = 0x9
    name = "DecodeInfo"
.end annotation


# instance fields
.field public final isMissingFrames:Z

.field public final renderTimeMs:J


# direct methods
.method public constructor <init>(ZJ)V
    .registers 4

    .line 41
    invoke-direct {p0}, Ljava/lang/Object;-><init>()V

    .line 42
    iput-boolean p1, p0, Lio/agora/base/internal/video/VideoDecoder$DecodeInfo;->isMissingFrames:Z

    .line 43
    iput-wide p2, p0, Lio/agora/base/internal/video/VideoDecoder$DecodeInfo;->renderTimeMs:J

    return-void
.end method