Back to Seed Clases

GstInterfaces


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker GstInterfaces.TunerChannel

Class 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
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events - usage syntax: this.signals.EVENTNAME.connect( Function )
Event Defined By
Used by These Methods / Signals / Properties
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
frequency_changed (Tuner self, TunerChannel object, Number p0) : none
Reports that the current frequency has changed.
GstInterfaces.Tuner
Signal
signal_changed (Tuner self, TunerChannel channel, Number signal) : none
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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:00 GMT+0800 (HKT)