Import line: | GstInterfaces = imports.gi.GstInterfaces; |
GIR File: | GstInterfaces-0.10.gir |
C documentation: | GstTuner |
Interface : | Tuner |
Show / Hide Inherited methods, properties and signals |
None |
Method / Constructor | Defined By | |
---|---|---|
channel_changed
(TunerChannel channel)
:
none
Called by elements implementing the GstTuner interface when the current channel changes.
Called by elements implementing the GstTuner interface when the current channel changes. Fires the GstTuner::channel-changed signal.
|
GstInterfaces.Tuner | |
find_channel_by_name
(String channel)
:
GstInterfaces.TunerChannel
Look up a GstTunerChannel by name.
Look up a GstTunerChannel by name. is available.
|
GstInterfaces.Tuner | |
find_norm_by_name
(String norm)
:
GstInterfaces.TunerNorm
Look up a GstTunerNorm by name.
Look up a GstTunerNorm by name. is available.
|
GstInterfaces.Tuner | |
frequency_changed
(TunerChannel channel, Number frequency)
:
none
Called by elements implementing the GstTuner interface when the configured frequency changes.
Called by elements implementing the GstTuner interface when the configured frequency changes. Fires the GstTuner::frequency-changed signal on the tuner, and the GstTunerChannel::frequency-changed signal on the channel.
|
GstInterfaces.Tuner | |
get_channel
()
:
GstInterfaces.TunerChannel
Retrieve the current channel from the tuner.
Retrieve the current channel from the tuner.
|
GstInterfaces.Tuner | |
get_frequency
(TunerChannel channel)
:
Number
Retrieve the current frequency from the given channel.
Retrieve the current frequency from the given channel. As for gst_tuner_set_frequency(), the GstTunerChannel must support frequency operations, as indicated by the GST_TUNER_CHANNEL_FREQUENCY flag.
|
GstInterfaces.Tuner | |
get_norm
()
:
GstInterfaces.TunerNorm
Get the current video norm from the given tuner object for the currently selected channel.
Get the current video norm from the given tuner object for the currently selected channel.
|
GstInterfaces.Tuner | |
list_channels
()
:
Array
Retrieve a GList of GstTunerChannels available (e.g.
Retrieve a GList of GstTunerChannels available (e.g. 'composite', 's-video', ...) from the given tuner object.
|
GstInterfaces.Tuner | |
list_norms
()
:
Array
Retrieve a GList of available GstTunerNorm settings for the currently tuned channel on the given tuner object.
Retrieve a GList of available GstTunerNorm settings for the currently tuned channel on the given tuner object.
|
GstInterfaces.Tuner | |
norm_changed
(TunerNorm norm)
:
none
Called by elements implementing the GstTuner interface when the current norm changes.
Called by elements implementing the GstTuner interface when the current norm changes. Fires the GstTuner::norm-changed signal.
|
GstInterfaces.Tuner | |
set_channel
(TunerChannel channel)
:
none
Tunes the object to the given channel, which should be one of the channels returned by gst_tuner_list_channels().
Tunes the object to the given channel, which should be one of the channels returned by gst_tuner_list_channels().
|
GstInterfaces.Tuner | |
set_frequency
(TunerChannel channel, Number frequency)
:
none
Sets a tuning frequency on the given tuner/channel.
Sets a tuning frequency on the given tuner/channel. Note that this requires the given channel to be a "tuning" channel, which can be checked using GST_TUNER_CHANNEL_HAS_FLAG (), with the proper flag being GST_TUNER_CHANNEL_FREQUENCY. The frequency is in Hz, with minimum steps indicated by the frequency_multiplicator provided in the GstTunerChannel. The valid range is provided in the min_frequency and max_frequency properties of the GstTunerChannel.
|
GstInterfaces.Tuner | |
set_norm
(TunerNorm norm)
:
none
Changes the video norm on this tuner to the given norm, which should be one of the norms returned by gst_tuner_list_norms().
Changes the video norm on this tuner to the given norm, which should be one of the norms returned by gst_tuner_list_norms().
|
GstInterfaces.Tuner | |
signal_changed
(TunerChannel channel, Number signal)
:
none
Called by elements implementing the GstTuner interface when the incoming signal strength changes.
Called by elements implementing the GstTuner interface when the incoming signal strength changes. Fires the GstTuner::signal-changed signal on the tuner and the GstTunerChannel::signal-changed signal on the channel.
|
GstInterfaces.Tuner | |
signal_strength
(TunerChannel channel)
:
Number
Get the strength of the signal on this channel.
Get the strength of the signal on this channel. Note that this requires the current channel to be a "tuning" channel, i.e. a channel on which frequency can be set. This can be checked using GST_TUNER_CHANNEL_HAS_FLAG (), and the appropriate flag to check for is GST_TUNER_CHANNEL_FREQUENCY. The valid range of the signal strength is indicated in the min_signal and max_signal properties of the GstTunerChannel.
|
GstInterfaces.Tuner |
Event | Defined By | |
---|---|---|
channel_changed (Tuner self, TunerChannel channel)
:
none
Reports that the current GstTunerChannel has changed.
Reports that the current GstTunerChannel has changed.
|
GstInterfaces.Tuner | |
Reports that the current frequency has changed.
Reports that the current frequency has changed.
|
GstInterfaces.Tuner | |
Reports that the current GstTunerNorm has changed.
Reports that the current GstTunerNorm has changed.
|
GstInterfaces.Tuner | |
Reports that the signal strength has changed.
Reports that the signal strength has changed.
|
GstInterfaces.Tuner |