org.fourthline.cling.support.model.dlna.types
Class TimeSeekRangeType

java.lang.Object
  extended by org.fourthline.cling.support.model.dlna.types.TimeSeekRangeType

public class TimeSeekRangeType
extends Object

Author:
Mario Franco

Constructor Summary
TimeSeekRangeType(NormalPlayTimeRange nptRange)
           
TimeSeekRangeType(NormalPlayTimeRange nptRange, BytesRange byteRange)
           
 
Method Summary
 BytesRange getBytesRange()
           
 NormalPlayTimeRange getNormalPlayTimeRange()
           
 void setBytesRange(BytesRange bytesRange)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeSeekRangeType

public TimeSeekRangeType(NormalPlayTimeRange nptRange)

TimeSeekRangeType

public TimeSeekRangeType(NormalPlayTimeRange nptRange,
                         BytesRange byteRange)
Method Detail

getNormalPlayTimeRange

public NormalPlayTimeRange getNormalPlayTimeRange()
Returns:
the normalPlayTimeRange

getBytesRange

public BytesRange getBytesRange()
Returns:
the bytesRange

setBytesRange

public void setBytesRange(BytesRange bytesRange)
Parameters:
bytesRange - the bytesRange to set


Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.