| Modifier and Type | Field and Description |
|---|---|
protected Media.HlsVideoSegmentFormat |
Media.hlsVideoSegmentFormat
The format of the HLS video segment
|
protected Media.HlsVideoSegmentFormat |
Media.MediaBuilder.hlsVideoSegmentFormat
The format of the HLS video segment
|
| Modifier and Type | Method and Description |
|---|---|
Media.HlsVideoSegmentFormat |
Media.getHlsVideoSegmentFormat() |
Media.HlsVideoSegmentFormat |
Media.MediaBuilder.hlsVideoSegmentFormat() |
static Media.HlsVideoSegmentFormat |
Media.HlsVideoSegmentFormat.typeOf(String hlsVideoSegmentFormat)
Parses the specified string and returns the corresponding
Media.HlsVideoSegmentFormat, or null if no match could be
found. |
static Media.HlsVideoSegmentFormat |
Media.HlsVideoSegmentFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Media.HlsVideoSegmentFormat[] |
Media.HlsVideoSegmentFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Media.MediaBuilder |
Media.MediaBuilder.hlsVideoSegmentFormat(Media.HlsVideoSegmentFormat hlsVideoSegmentFormat) |
| Constructor and Description |
|---|
Media(String contentId,
String contentType,
String contentUrl,
Map<String,Object> customData,
Double duration,
String entity,
Media.HlsSegmentFormat hlsSegmentFormat,
Media.HlsVideoSegmentFormat hlsVideoSegmentFormat,
Media.MediaCategory mediaCategory,
Map<String,Object> metadata,
Long startAbsoluteTime,
Media.StreamType streamType,
TextTrackStyle textTrackStyle,
List<Track> tracks)
Creates a new instance using the specified parameters.
|
MediaBuilder(String contentId,
String contentType,
String contentUrl,
Map<String,Object> customData,
Double duration,
String entity,
Media.HlsSegmentFormat hlsSegmentFormat,
Media.HlsVideoSegmentFormat hlsVideoSegmentFormat,
Media.MediaCategory mediaCategory,
Map<String,Object> metadata,
Long startAbsoluteTime,
Media.StreamType streamType,
TextTrackStyle textTrackStyle,
List<Track> tracks)
"modify()" constructor that simply copies an existing
Media
instance's fields. |
Copyright © 2022. All rights reserved.