Package | Description |
---|---|
com.rometools.modules.mediarss.types |
This package contains datatypes for working with MediaRSS.
|
Modifier and Type | Field and Description |
---|---|
private Time |
Text.end |
private Time |
Text.start |
private Time |
Thumbnail.time |
Modifier and Type | Method and Description |
---|---|
Time |
Text.getEnd()
End time of the text
|
Time |
Text.getStart()
Start time of the text
|
Time |
Thumbnail.getTime()
returns the time that the thumbnail was captured from its source
|
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) |