java.lang.Object
uk.co.caprica.vlcj.player.base.ChapterDescription
-
Constructor Summary
ConstructorsConstructorDescriptionChapterDescription
(long offset, long duration, String name) Create a new chapter description. -
Method Summary
-
Constructor Details
-
ChapterDescription
Create a new chapter description.- Parameters:
offset
- chapter offset (milliseconds)duration
- chapter duration (milliseconds)name
- chapter name
-
-
Method Details
-
offset
public long offset()Get the chapter offset.- Returns:
- offset (milliseconds)
-
duration
public long duration()Get the duration.- Returns:
- duration (milliseconds)
-
name
-
toString
-