tmap/smali_classes2/com/google/android/exoplayer2/text/ttml/TtmlDecoder$FrameAndTickRate.smali
2022-06-10 21:38:30 +09:00

43 lines
1.0 KiB
Smali

.class final Lcom/google/android/exoplayer2/text/ttml/TtmlDecoder$FrameAndTickRate;
.super Ljava/lang/Object;
.source "TtmlDecoder.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/android/exoplayer2/text/ttml/TtmlDecoder;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "FrameAndTickRate"
.end annotation
# instance fields
.field public final effectiveFrameRate:F
.field public final subFrameRate:I
.field public final tickRate:I
# direct methods
.method public constructor <init>(FII)V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
iput p1, p0, Lcom/google/android/exoplayer2/text/ttml/TtmlDecoder$FrameAndTickRate;->effectiveFrameRate:F
.line 3
iput p2, p0, Lcom/google/android/exoplayer2/text/ttml/TtmlDecoder$FrameAndTickRate;->subFrameRate:I
.line 4
iput p3, p0, Lcom/google/android/exoplayer2/text/ttml/TtmlDecoder$FrameAndTickRate;->tickRate:I
return-void
.end method