org.fourthline.cling.support.model.dlna.types
Class NormalPlayTimeRange
java.lang.Object
org.fourthline.cling.support.model.dlna.types.NormalPlayTimeRange
public class NormalPlayTimeRange
- extends Object
- Author:
- Mario Franco
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PREFIX
public static final String PREFIX
- See Also:
- Constant Field Values
NormalPlayTimeRange
public NormalPlayTimeRange(long timeStart,
long timeEnd)
NormalPlayTimeRange
public NormalPlayTimeRange(NormalPlayTime timeStart,
NormalPlayTime timeEnd)
NormalPlayTimeRange
public NormalPlayTimeRange(NormalPlayTime timeStart,
NormalPlayTime timeEnd,
NormalPlayTime timeDuration)
getTimeStart
public NormalPlayTime getTimeStart()
- Returns:
- the timeStart
getTimeEnd
public NormalPlayTime getTimeEnd()
- Returns:
- the timeEnd
getTimeDuration
public NormalPlayTime getTimeDuration()
- Returns:
- the timeDuration
getString
public String getString()
- Returns:
- String format of Normal Play Time Range for response message header
getString
public String getString(boolean includeDuration)
- Returns:
- String format of Normal Play Time Range for response message header
valueOf
public static NormalPlayTimeRange valueOf(String s)
throws InvalidValueException
- Throws:
InvalidValueException
valueOf
public static NormalPlayTimeRange valueOf(String s,
boolean mandatoryTimeEnd)
throws InvalidValueException
- Throws:
InvalidValueException
Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.