GObject.Object
GstInterfaces.TunerNorm
Import line: | GstInterfaces = imports.gi.GstInterfaces; |
GIR File: | GstInterfaces-0.10.gir |
C documentation: | GstTunerNorm |
Class : | TunerNorm |
Extends: | GObject.Object |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
framerate : GObject.Value
read only
|
GstInterfaces.TunerNorm | |
label : String
read only
|
GstInterfaces.TunerNorm | |
parent : GObject.Object
read only
|
GstInterfaces.TunerNorm |
Method / Constructor | Defined By | |
---|---|---|
new GstInterfaces.TunerNorm
(Object properties)
Create a new GstInterfaces.TunerNorm
Create a new GstInterfaces.TunerNorm
|
None |
Class / Namespace | Method / Signal / Properties |
---|---|
GstInterfaces.Tuner
Signal |
Reports that the current GstTunerNorm has changed.
|
GstInterfaces.Tuner
Method |
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().
|
GstInterfaces.Tuner
Method |
get_norm
()
:
GstInterfaces.TunerNorm
Get the current video norm from the given tuner object for the currently selected channel.
|
GstInterfaces.Tuner
Method |
find_norm_by_name
(String norm)
:
GstInterfaces.TunerNorm
Look up a GstTunerNorm by name.
|
GstInterfaces.Tuner
Method |
norm_changed
(TunerNorm norm)
:
none
Called by elements implementing the GstTuner interface when the current norm changes.
|