| Modifier and Type | Field and Description |
|---|---|
protected TextTrackStyle |
Media.textTrackStyle
The style of text track
|
protected TextTrackStyle |
Media.MediaBuilder.textTrackStyle
The style of text track
|
| Modifier and Type | Method and Description |
|---|---|
TextTrackStyle |
Media.getTextTrackStyle() |
TextTrackStyle |
Media.MediaBuilder.textTrackStyle() |
| Modifier and Type | Method and Description |
|---|---|
Media.MediaBuilder |
Media.MediaBuilder.textTrackStyle(TextTrackStyle textTrackStyle) |
| 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.