public class AdaptationSet
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.List<Descriptor> |
accessibilityDescriptors
Accessibility descriptors in the adaptation set.
|
int |
id
A non-negative identifier for the adaptation set that's unique in the scope of its containing
period, or
ID_UNSET if not specified. |
static int |
ID_UNSET
Value of
id indicating no value is set.= |
java.util.List<Representation> |
representations
Representations in the adaptation set. |
java.util.List<Descriptor> |
supplementalProperties
Supplemental properties in the adaptation set.
|
int |
type
The type of the adaptation set.
|
| Constructor and Description |
|---|
AdaptationSet(int id,
int type,
java.util.List<Representation> representations,
java.util.List<Descriptor> accessibilityDescriptors,
java.util.List<Descriptor> supplementalProperties) |
public static final int ID_UNSET
id indicating no value is set.=public final int id
ID_UNSET if not specified.public final int type
C
TRACK_TYPE_* constants.public final java.util.List<Representation> representations
Representations in the adaptation set.public final java.util.List<Descriptor> accessibilityDescriptors
public final java.util.List<Descriptor> supplementalProperties
public AdaptationSet(int id,
int type,
java.util.List<Representation> representations,
java.util.List<Descriptor> accessibilityDescriptors,
java.util.List<Descriptor> supplementalProperties)
id - A non-negative identifier for the adaptation set that's unique in the scope of its
containing period, or ID_UNSET if not specified.type - The type of the adaptation set. One of the C
TRACK_TYPE_* constants.representations - Representations in the adaptation set.accessibilityDescriptors - Accessibility descriptors in the adaptation set.supplementalProperties - Supplemental properties in the adaptation set.