de.humatic.dsj
Class DSFilterInfo.DSTVTunerInfo

java.lang.Object
  extended by de.humatic.dsj.DSFilterInfo.DSTVTunerInfo
Enclosing class:
DSFilterInfo

public class DSFilterInfo.DSTVTunerInfo
extends java.lang.Object

DSTVTunerInfo describes the TVTuner interface a Capture Device may expose.


Method Summary
 int getCountryCode()
           
 int getMaxChannel()
           
 int getMinChannel()
           
 int getTuningSpace()
           
 java.lang.String getTVFormat()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getTVFormat

public java.lang.String getTVFormat()

getTuningSpace

public int getTuningSpace()

getCountryCode

public int getCountryCode()

getMinChannel

public int getMinChannel()

getMaxChannel

public int getMaxChannel()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object