Uses of Class
org.gstreamer.interfaces.TunerNorm

Packages that use TunerNorm
org.gstreamer.interfaces   
org.gstreamer.lowlevel   
 

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
 

Uses of TunerNorm in org.gstreamer.lowlevel
 

Methods in org.gstreamer.lowlevel that return TunerNorm
 TunerNorm GstTunerAPI.gst_tuner_find_norm_by_name(Tuner tuner, java.lang.String norm)
           
 TunerNorm GstTunerAPI.gst_tuner_get_norm(Tuner tuner)
           
 

Methods in org.gstreamer.lowlevel with parameters of type TunerNorm
 void GstTunerAPI.gst_tuner_set_norm(Tuner tuner, TunerNorm norm)