java.lang.Object
uk.co.caprica.vlcj.player.base.ChapterDescription
Chapter description.
-
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