org.gstreamer.interfaces
Class TunerChannel.Flags

java.lang.Object
  extended by org.gstreamer.interfaces.TunerChannel.Flags
Enclosing class:
TunerChannel

public static final class TunerChannel.Flags
extends java.lang.Object


Field Summary
static int AUDIO
           
static int FREQUENCY
           
static int INPUT
           
static int OUTPUT
           
 
Constructor Summary
TunerChannel.Flags()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INPUT

public static final int INPUT
See Also:
Constant Field Values

OUTPUT

public static final int OUTPUT
See Also:
Constant Field Values

FREQUENCY

public static final int FREQUENCY
See Also:
Constant Field Values

AUDIO

public static final int AUDIO
See Also:
Constant Field Values
Constructor Detail

TunerChannel.Flags

public TunerChannel.Flags()