public class ChapterDescription extends Object implements Serializable
Constructor and Description |
---|
ChapterDescription(long offset,
long duration,
String name)
Create a new chapter description.
|
Modifier and Type | Method and Description |
---|---|
long |
getDuration()
Get the duration.
|
String |
getName()
Get the name.
|
long |
getOffset()
Get the chapter offset.
|
String |
toString() |
public ChapterDescription(long offset, long duration, String name)
offset
- chapter offset (milliseconds)duration
- chapter duration (milliseconds)name
- chapter namepublic long getOffset()
public long getDuration()
public String getName()
Copyright © 2009–2015 Caprica Software Limited. All rights reserved.