-
- All Implemented Interfaces:
public final class PlayerOption
-
-
Method Summary
Modifier and Type Method Description final String
getTitle()
final Long
getDuration()
final Double
getAspectRatio()
final ArrayList<Chapter>
getChapters()
final ArrayList<Caption>
getCaptions()
final ArrayList<Posters>
getPosters()
final PlayerConfig
getPlayerConfig()
-
-
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()
-
-
-
-