AdaptationSet.smali
.class public Lcom/google/android/exoplayer2/source/dash/manifest/AdaptationSet;
.super Ljava/lang/Object;
.source "AdaptationSet.java"
# static fields
.field public static final ID_UNSET:I = -0x1
# instance fields
.field public final accessibilityDescriptors:Ljava/util/List;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/List<",
"Lcom/google/android/exoplayer2/source/dash/manifest/SchemeValuePair;",
">;"
}
.end annotation
.end field
.field public final id:I
.field public final representations:Ljava/util/List;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/List<",
"Lcom/google/android/exoplayer2/source/dash/manifest/Representation;",
">;"
}
.end annotation
.end field
.field public final type:I
# direct methods
.method public constructor <init>(IILjava/util/List;Ljava/util/List;)V
.registers 5
.annotation system Ldalvik/annotation/Signature;
value = {
"(II",
"Ljava/util/List<",
"Lcom/google/android/exoplayer2/source/dash/manifest/Representation;",
">;",
"Ljava/util/List<",
"Lcom/google/android/exoplayer2/source/dash/manifest/SchemeValuePair;",
">;)V"
}
.end annotation
.line 62
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 63
iput p1, p0, Lcom/google/android/exoplayer2/source/dash/manifest/AdaptationSet;->id:I
.line 64
iput p2, p0, Lcom/google/android/exoplayer2/source/dash/manifest/AdaptationSet;->type:I
.line 65
invoke-static {p3}, Ljava/util/Collections;->unmodifiableList(Ljava/util/List;)Ljava/util/List;
move-result-object p1
iput-object p1, p0, Lcom/google/android/exoplayer2/source/dash/manifest/AdaptationSet;->representations:Ljava/util/List;
if-nez p4, :cond_14
.line 67
invoke-static {}, Ljava/util/Collections;->emptyList()Ljava/util/List;
move-result-object p1
goto :goto_18
.line 68
:cond_14
invoke-static {p4}, Ljava/util/Collections;->unmodifiableList(Ljava/util/List;)Ljava/util/List;
move-result-object p1
:goto_18
iput-object p1, p0, Lcom/google/android/exoplayer2/source/dash/manifest/AdaptationSet;->accessibilityDescriptors:Ljava/util/List;
return-void
.end method