| Package | Description |
|---|---|
| com.rometools.modules.mediarss.types |
This package contains datatypes for working with MediaRSS.
|
| Modifier and Type | Method and Description |
|---|---|
Time |
Location.getEnd() |
Time |
Text.getEnd()
End time of the text
|
Time |
Scene.getEndTime() |
Time |
Location.getStart() |
Time |
Text.getStart()
Start time of the text
|
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(java.lang.String type,
java.lang.String value,
Time start,
Time end)
Creates a text object with start and end times
|
Thumbnail(java.net.URI url,
java.lang.Integer width,
java.lang.Integer height,
Time time) |
Copyright © 2025. All rights reserved.