public static class PlaylistProxy.MediaSourceParams
extends java.lang.Object
PlaylistProxy.makeUrl(String mediaSource, MediaSourceType mediaSourceType, MediaSourceParams mediaSourceParams)
Modifier and Type | Field and Description |
---|---|
java.lang.String |
audioCodecs
Supported audio codecs (MPEG DASH only).
|
java.lang.String |
bbtsIndexUrl
Optional BBTS index URL.
|
int |
bitrateBitsPerSecond
Required for BBTS without index, ignored for other content
types.
|
java.lang.String |
contentType
The URL response mime type.
|
int |
durationSeconds
Required for BBTS without index in which case it specifies
the content duration.
|
java.lang.String |
language
Language desired for the audio.
|
java.lang.String |
masterPlaylistAppendix
Additional contents to be appended to the master playlist
produced by the proxy.
|
java.lang.String |
sourceContentType
The source media mime type.
|
java.lang.String |
videoCodecs
Supported video codecs (MPEG DASH only).
|
Constructor and Description |
---|
PlaylistProxy.MediaSourceParams() |
public java.lang.String sourceContentType
public java.lang.String contentType
public int durationSeconds
public int bitrateBitsPerSecond
public java.lang.String language
public java.lang.String audioCodecs
public java.lang.String videoCodecs
public java.lang.String bbtsIndexUrl
public java.lang.String masterPlaylistAppendix