| Package | Description |
|---|---|
| com.rometools.modules.mediarss.types |
This package contains datatypes for working with MediaRSS.
|
| Modifier and Type | Method and Description |
|---|---|
Time |
Text.getEnd()
End time of the text
|
Time |
Location.getEnd() |
Time |
Scene.getEndTime() |
Time |
Text.getStart()
Start time of the text
|
Time |
Location.getStart() |
Time |
Scene.getStartTime() |
Time |
Thumbnail.getTime()
returns the time that the thumbnail was captured from its source
|
| Modifier and Type | Method and Description |
|---|---|
void |
Location.setEnd(Time end) |
void |
Scene.setEndTime(Time endTime) |
void |
Location.setStart(Time start) |
void |
Scene.setStartTime(Time startTime) |
| Constructor and Description |
|---|
Text(String type,
String value,
Time start,
Time end)
Creates a text object with start and end times
|
Thumbnail(URI url,
Integer width,
Integer height,
Time time) |
Copyright © 2021. All rights reserved.