-
- All Implemented Interfaces:
public final class PlayerOption
-
-
Method Summary
Modifier and Type Method Description final StringgetTitle()final LonggetDuration()final DoublegetAspectRatio()final ArrayList<Chapter>getChapters()final ArrayList<Caption>getCaptions()final ArrayList<Posters>getPosters()final PlayerConfiggetPlayerConfig()-
-
Method Detail
-
getDuration
final Long getDuration()
-
getAspectRatio
final Double getAspectRatio()
-
getChapters
final ArrayList<Chapter> getChapters()
-
getCaptions
final ArrayList<Caption> getCaptions()
-
getPosters
final ArrayList<Posters> getPosters()
-
getPlayerConfig
final PlayerConfig getPlayerConfig()
-
-
-
-