public class Ref extends Object
Constructor and Description |
---|
Ref()
Constructor
|
Modifier and Type | Method and Description |
---|---|
PlayTime |
getDuration()
Returns the playback duration of the media
|
String |
getHref()
Returns the URL of the media
|
PlayTime |
getStartTime()
Returns the time when playback should start
|
void |
setDuration(PlayTime duration)
Sets the playback duration of the media
|
void |
setHref(String href)
Sets the URL of the media
|
void |
setStartTime(PlayTime startTime)
Sets the time when playback should start
|
String |
toString()
Returns a more descriptive representation of the media reference.
|
public PlayTime getDuration()
public void setDuration(PlayTime duration)
duration
- the duration of playbackpublic String getHref()
public void setHref(String href)
href
- the URL of the mediapublic PlayTime getStartTime()
public void setStartTime(PlayTime startTime)
startTime
- the time when playback should startCopyright © 2009-2013. All Rights Reserved.