Package com.google.android.exoplayer2
Class FormatHolder
- java.lang.Object
-
- com.google.android.exoplayer2.FormatHolder
-
-
Field Summary
Fields Modifier and Type Field Description DrmSession
drmSession
An accompanying context for decrypting samples in the format.Format
format
The heldFormat
.
-
Constructor Summary
Constructors Constructor Description FormatHolder()
-
-
-
Field Detail
-
drmSession
@Nullable public DrmSession drmSession
An accompanying context for decrypting samples in the format.
-
-