Uses of Class
org.gstreamer.interfaces.TunerNorm

Packages that use TunerNorm
org.gstreamer.interfaces   
 

Uses of TunerNorm in org.gstreamer.interfaces
 

Methods in org.gstreamer.interfaces that return TunerNorm
 TunerNorm Tuner.getNorm()
          Gets the current video norm from the given tuner object for the currently selected channel.
 TunerNorm Tuner.getNormByName(java.lang.String name)
          Finds a TunerNorm with the specified name
 

Methods in org.gstreamer.interfaces that return types with arguments of type TunerNorm
 java.util.List<TunerNorm> Tuner.getNormList()
          Retrieves a list of available norms on the currently tuned channel.
 

Methods in org.gstreamer.interfaces with parameters of type TunerNorm
 void Tuner.NORM_CHANGED.normChanged(Tuner tuner, TunerNorm norm)
          Called when the channel on a Tuner changes
 void Tuner.setNorm(TunerNorm norm)
          Changes the video norm on this tuner to the given norm