Package com.vdocipher.aegis.media
Class PlayerOption
-
- All Implemented Interfaces:
public final class PlayerOption
-
-
Field Summary
Fields Modifier and Type Field Description private final String
mediaId
private final String
title
private final Long
duration
private final Double
aspectRatio
private final Boolean
audioOnly
private ArrayList<Chapter>
chapters
private ArrayList<Caption>
captions
private ArrayList<Posters>
posters
private final PlayerConfig
playerConfig
private final String
scrubbingPreviewUrl
-
Method Summary
Modifier and Type Method Description final String
getMediaId()
final String
getTitle()
final Long
getDuration()
final Double
getAspectRatio()
final Boolean
getAudioOnly()
final ArrayList<Chapter>
getChapters()
final Unit
setChapters(ArrayList<Chapter> chapters)
final ArrayList<Caption>
getCaptions()
final Unit
setCaptions(ArrayList<Caption> captions)
final ArrayList<Posters>
getPosters()
final Unit
setPosters(ArrayList<Posters> posters)
final PlayerConfig
getPlayerConfig()
final String
getScrubbingPreviewUrl()
-
-
Method Detail
-
getMediaId
final String getMediaId()
-
getDuration
final Long getDuration()
-
getAspectRatio
final Double getAspectRatio()
-
getAudioOnly
final Boolean getAudioOnly()
-
getChapters
final ArrayList<Chapter> getChapters()
-
setChapters
final Unit setChapters(ArrayList<Chapter> chapters)
-
getCaptions
final ArrayList<Caption> getCaptions()
-
setCaptions
final Unit setCaptions(ArrayList<Caption> captions)
-
getPosters
final ArrayList<Posters> getPosters()
-
setPosters
final Unit setPosters(ArrayList<Posters> posters)
-
getPlayerConfig
final PlayerConfig getPlayerConfig()
-
getScrubbingPreviewUrl
final String getScrubbingPreviewUrl()
-
-
-
-