public class Metamark extends Object
Additional meta information that may complement the enclosure of an item and/or may be used during the playback of the enclosure’s media.
Part of the RawVoice namespace
<rawvoice:metamark type=”tag” position=
”480″>This is where I discuss how to properly beat eggs</rawvoice:metamark>
| Constructor and Description |
|---|
Metamark() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDuration()
The duration in seconds the metamark should be displayed
|
String |
getLink()
The URL to the media, web page or image
|
Integer |
getPosition()
The position in seconds where the metamark should be handled during playback
|
String |
getText()
The text to display
|
String |
getType()
The URL to the media, web page or image
|
void |
setDuration(Integer duration) |
void |
setLink(String link) |
void |
setPosition(Integer position) |
void |
setText(String text) |
void |
setType(String type) |
String |
toString() |
public void setText(String text)
public void setLink(String link)
public void setType(String type)
public Integer getPosition()
Integer or nullpublic void setPosition(Integer position)
public Integer getDuration()
Integer or nullpublic void setDuration(Integer duration)
Copyright © 2018. All rights reserved.