Package com.google.android.exoplayer2
Class FormatHolder
- java.lang.Object
-
- com.google.android.exoplayer2.FormatHolder
-
@Deprecated public final class FormatHolder extends Object
Deprecated.com.google.android.exoplayer2 is deprecated. Please migrate to androidx.media3 (which contains the same ExoPlayer code). See the migration guide for more details, including a script to help with the migration.Holds aFormat
.
-
-
Field Summary
Fields Modifier and Type Field Description DrmSession
drmSession
Deprecated.An accompanying context for decrypting samples in the format.Format
format
Deprecated.The heldFormat
.
-
Constructor Summary
Constructors Constructor Description FormatHolder()
Deprecated.
-
-
-
Field Detail
-
drmSession
@Nullable public DrmSession drmSession
Deprecated.An accompanying context for decrypting samples in the format.
-
-