Rabbit-R1/android (non root)/smali/smali_classes2/androidx/media3/exoplayer/mediacodec/MediaCodecRenderer$OutputStreamInfo.smali
2024-05-21 17:08:36 -04:00

81 lines
2.5 KiB
Smali

.class final Landroidx/media3/exoplayer/mediacodec/MediaCodecRenderer$OutputStreamInfo;
.super Ljava/lang/Object;
.source "MediaCodecRenderer.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/media3/exoplayer/mediacodec/MediaCodecRenderer;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1a
name = "OutputStreamInfo"
.end annotation
# static fields
.field public static final UNSET:Landroidx/media3/exoplayer/mediacodec/MediaCodecRenderer$OutputStreamInfo;
# instance fields
.field public final formatQueue:Landroidx/media3/common/util/TimedValueQueue;
.annotation system Ldalvik/annotation/Signature;
value = {
"Landroidx/media3/common/util/TimedValueQueue<",
"Landroidx/media3/common/Format;",
">;"
}
.end annotation
.end field
.field public final previousStreamLastBufferTimeUs:J
.field public final startPositionUs:J
.field public final streamOffsetUs:J
# direct methods
.method static constructor <clinit>()V
.locals 8
.line 2560
new-instance v7, Landroidx/media3/exoplayer/mediacodec/MediaCodecRenderer$OutputStreamInfo;
const-wide v1, -0x7fffffffffffffffL # -4.9E-324
const-wide v3, -0x7fffffffffffffffL # -4.9E-324
const-wide v5, -0x7fffffffffffffffL # -4.9E-324
move-object v0, v7
invoke-direct/range {v0 .. v6}, Landroidx/media3/exoplayer/mediacodec/MediaCodecRenderer$OutputStreamInfo;-><init>(JJJ)V
sput-object v7, Landroidx/media3/exoplayer/mediacodec/MediaCodecRenderer$OutputStreamInfo;->UNSET:Landroidx/media3/exoplayer/mediacodec/MediaCodecRenderer$OutputStreamInfo;
return-void
.end method
.method public constructor <init>(JJJ)V
.locals 0
.line 2572
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-wide p1, p0, Landroidx/media3/exoplayer/mediacodec/MediaCodecRenderer$OutputStreamInfo;->previousStreamLastBufferTimeUs:J
iput-wide p3, p0, Landroidx/media3/exoplayer/mediacodec/MediaCodecRenderer$OutputStreamInfo;->startPositionUs:J
iput-wide p5, p0, Landroidx/media3/exoplayer/mediacodec/MediaCodecRenderer$OutputStreamInfo;->streamOffsetUs:J
.line 2576
new-instance p1, Landroidx/media3/common/util/TimedValueQueue;
invoke-direct {p1}, Landroidx/media3/common/util/TimedValueQueue;-><init>()V
iput-object p1, p0, Landroidx/media3/exoplayer/mediacodec/MediaCodecRenderer$OutputStreamInfo;->formatQueue:Landroidx/media3/common/util/TimedValueQueue;
return-void
.end method