net.luniks.jtvd.backend
Class Prober

java.lang.Object
  extended bynet.luniks.jtvd.backend.Prober
Direct Known Subclasses:
TranscodeProber

public abstract class Prober
extends java.lang.Object


Field Summary
protected  Aspect aspect
           
protected  Fps fps
           
protected  float length
           
protected  Resolution resolution
           
 
Constructor Summary
Prober()
           
 
Method Summary
 Aspect getAspect()
           
 Fps getFps()
           
 float getLength()
           
 Resolution getResolution()
           
abstract  void probe(java.io.File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

length

protected float length

fps

protected Fps fps

resolution

protected Resolution resolution

aspect

protected Aspect aspect
Constructor Detail

Prober

public Prober()
Method Detail

probe

public abstract void probe(java.io.File file)

getLength

public float getLength()

getFps

public Fps getFps()

getResolution

public Resolution getResolution()

getAspect

public Aspect getAspect()


Copyright (c) 2004, 2005 Torsten Römer, dode@luniks.net