net.sourceforge.dvb.projectx.video
Class PreviewObject

java.lang.Object
  |
  +--net.sourceforge.dvb.projectx.video.PreviewObject

public class PreviewObject
extends java.lang.Object


Constructor Summary
PreviewObject(long _start, long _end, int _file_type, XInputFile _xInputFile)
           
 
Method Summary
 long getEnd()
           
 XInputFile getFile()
           
 long getStart()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreviewObject

public PreviewObject(long _start,
                     long _end,
                     int _file_type,
                     XInputFile _xInputFile)
Method Detail

getStart

public long getStart()

getEnd

public long getEnd()

getType

public int getType()

getFile

public XInputFile getFile()