LFOControlSource
Object Hierarchy:
Description:
[
CCode ( cname =
"GstLFOControlSource" , lower_case_cprefix =
"gst_lfo_control_source_" , type_id =
"gst_lfo_control_source_get_type ()" ) ]
[
GIR ( name =
"LFOControlSource" ) ]
public class LFOControlSource :
ControlSource
LFOControlSource is a ControlSource
, that provides several periodic waveforms as control values.
To use LFOControlSource get a new instance by calling
LFOControlSource, bind it to a
ParamSpec and set the relevant properties.
All functions are MT-safe.
Content:
Properties:
- public double amplitude { get; set; }
Specifies the amplitude for the waveform of this
LFOControlSource.
- public double frequency { get; set; }
Specifies the frequency that should be used for the waveform of this
LFOControlSource.
- public double offset { get; set; }
Specifies the value offset for the waveform of this
LFOControlSource.
- public uint64 timeshift { get; set; }
Specifies the timeshift to the right that should be used for the
waveform of this LFOControlSource in nanoseconds.
- public LFOWaveform waveform { get; set; }
Specifies the waveform that should be used for this
LFOControlSource.
Creation methods:
Inherited Members:
All known members inherited from class Gst.ControlSource
All known members inherited from class Gst.Object
All known members inherited from class GLib.Object