|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bramosystems.oss.player.playlist.client.asx.Ref
public class Ref
Class specifies the URL reference of a media content
Constructor Summary | |
---|---|
Ref()
Constructor |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Ref()
Method Detail |
---|
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 startpublic String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |