| Modifier and Type | Field and Description |
|---|---|
protected Track.TrackType |
Track.type
The type of track
|
| Modifier and Type | Method and Description |
|---|---|
Track.TrackType |
Track.getType() |
static Track.TrackType |
Track.TrackType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Track.TrackType[] |
Track.TrackType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Track(Map<String,Object> customData,
Boolean isInband,
String language,
String name,
List<String> roles,
Track.TrackSubType subtype,
String trackContentId,
String trackContentType,
int trackId,
Track.TrackType type)
Creates a new instance using the specified parameters.
|
Copyright © 2022. All rights reserved.