GObject.Object
GstInterfaces.TunerChannel
| Import line: | GstInterfaces = imports.gi.GstInterfaces; |
| GIR File: | GstInterfaces-0.10.gir |
| C documentation: | GstTunerChannel |
| Class : | TunerChannel |
| Extends: | GObject.Object |
| Show / Hide Inherited methods, properties and signals |
| Properties | Defined By | |
|---|---|---|
|
flags : GstInterfaces.TunerChannelFlags
read only
|
GstInterfaces.TunerChannel | |
|
freq_multiplicator : Number
read only
|
GstInterfaces.TunerChannel | |
|
label : String
read only
|
GstInterfaces.TunerChannel | |
|
max_frequency : Number
read only
|
GstInterfaces.TunerChannel | |
|
max_signal : Number
read only
|
GstInterfaces.TunerChannel | |
|
min_frequency : Number
read only
|
GstInterfaces.TunerChannel | |
|
min_signal : Number
read only
|
GstInterfaces.TunerChannel | |
|
parent : GObject.Object
read only
|
GstInterfaces.TunerChannel | |
| Method / Constructor | Defined By | |
|---|---|---|
|
new GstInterfaces.TunerChannel
(Object properties)
Create a new GstInterfaces.TunerChannel
Create a new GstInterfaces.TunerChannel
|
||
| Event | Defined By | |
|---|---|---|
|
frequency_changed (TunerChannel self, Number frequency)
:
none
Reports that the current frequency has changed.
Reports that the current frequency has changed.
|
GstInterfaces.TunerChannel | |
|
signal_changed (TunerChannel self, Number signal)
:
none
Reports that the signal strength has changed.
Reports that the signal strength has changed.
|
GstInterfaces.TunerChannel | |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
GstInterfaces.Tuner
Signal |
channel_changed
(Tuner self, TunerChannel channel)
:
none
Reports that the current GstTunerChannel has changed.
|
|
GstInterfaces.Tuner
Signal |
Reports that the current frequency has changed.
|
|
GstInterfaces.Tuner
Signal |
Reports that the signal strength has changed.
|
|
GstInterfaces.Tuner
Method |
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().
|
|
GstInterfaces.Tuner
Method |
get_channel
()
:
GstInterfaces.TunerChannel
Retrieve the current channel from the tuner.
|
|
GstInterfaces.Tuner
Method |
set_frequency
(TunerChannel channel, Number frequency)
:
none
Sets a tuning frequency on the given tuner/channel.
|
|
GstInterfaces.Tuner
Method |
get_frequency
(TunerChannel channel)
:
Number
Retrieve the current frequency from the given channel.
|
|
GstInterfaces.Tuner
Method |
signal_strength
(TunerChannel channel)
:
Number
Get the strength of the signal on this channel.
|
|
GstInterfaces.Tuner
Method |
find_channel_by_name
(String channel)
:
GstInterfaces.TunerChannel
Look up a GstTunerChannel by name.
|
|
GstInterfaces.Tuner
Method |
channel_changed
(TunerChannel channel)
:
none
Called by elements implementing the GstTuner interface when the current channel changes.
|
|
GstInterfaces.Tuner
Method |
frequency_changed
(TunerChannel channel, Number frequency)
:
none
Called by elements implementing the GstTuner interface when the configured frequency changes.
|
|
GstInterfaces.Tuner
Method |
signal_changed
(TunerChannel channel, Number signal)
:
none
Called by elements implementing the GstTuner interface when the incoming signal strength changes.
|