Uses of Class
org.gstreamer.interfaces.TunerChannel

Packages that use TunerChannel
org.gstreamer.interfaces   
 

Uses of TunerChannel in org.gstreamer.interfaces
 

Methods in org.gstreamer.interfaces that return TunerChannel
 TunerChannel Tuner.getChannel()
          Retrieves the current channel from the tuner.
 TunerChannel Tuner.getChannelByName(java.lang.String name)
          Finds a channel with the specified name
 

Methods in org.gstreamer.interfaces that return types with arguments of type TunerChannel
 java.util.List<TunerChannel> Tuner.getChannelList()
          Retrieves a list of channels (e.g.
 

Methods in org.gstreamer.interfaces with parameters of type TunerChannel
 void Tuner.CHANNEL_CHANGED.channelChanged(Tuner tuner, TunerChannel channel)
          Called when the channel on a Tuner changes
 void TunerChannel.FREQUENCY_CHANGED.frequencyChanged(TunerChannel channel, long frequency)
          Called when the frequency on a Tuner changes
 void Tuner.FREQUENCY_CHANGED.frequencyChanged(Tuner tuner, TunerChannel channel, long frequency)
          Called when the frequency on a Tuner changes
 void Tuner.setChannel(TunerChannel channel)
          Tunes this tuner to the given channel.
 void TunerChannel.SIGNAL_CHANGED.signalChanged(TunerChannel channel, int signal)
          Called when the signal strength on a Tuner changes
 void Tuner.SIGNAL_CHANGED.signalChanged(Tuner tuner, TunerChannel channel, int signal)
          Called when the signal strength on a Tuner changes