| Modifier and Type | Field and Description |
|---|---|
protected Media.HlsSegmentFormat |
Media.hlsSegmentFormat
The format of the HLS audio segment
|
protected Media.HlsSegmentFormat |
Media.MediaBuilder.hlsSegmentFormat
The format of the HLS audio segment
|
| Modifier and Type | Method and Description |
|---|---|
Media.HlsSegmentFormat |
Media.getHlsSegmentFormat() |
Media.HlsSegmentFormat |
Media.MediaBuilder.hlsSegmentFormat() |
static Media.HlsSegmentFormat |
Media.HlsSegmentFormat.typeOf(String hlsSegmentFormat)
Parses the specified string and returns the corresponding
Media.HlsSegmentFormat, or null if no match could be found. |
static Media.HlsSegmentFormat |
Media.HlsSegmentFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Media.HlsSegmentFormat[] |
Media.HlsSegmentFormat.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.hlsSegmentFormat(Media.HlsSegmentFormat hlsSegmentFormat) |
| 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.