java.lang.Object
uk.co.caprica.vlcj.player.base.TitleDescription
-
Constructor Summary
ConstructorsConstructorDescriptionTitleDescription
(long duration, String name, boolean menu) Create a new title description. -
Method Summary
-
Constructor Details
-
TitleDescription
Create a new title description.- Parameters:
duration
- chapter duration (milliseconds)name
- chapter namemenu
-true
if the title represents a menu;false
otherwise
-
-
Method Details
-
duration
public long duration()Get the duration.- Returns:
- duration (milliseconds)
-
name
-
isMenu
public boolean isMenu()Does the title represent a menu.- Returns:
true
if the title represents a menu;false
otherwise
-
toString
-