GstEnvelope

GstEnvelope — envelope helper object

Synopsis




                    GstEnvelope;
GstEnvelope*        gst_envelope_new                    (void);

Description

Object with one controllable public gdouble variable /property (GstEnvelope:value).

Details

GstEnvelope

typedef struct {
  GObject parent;

  /* parameters */
  gdouble value;
} GstEnvelope;


gst_envelope_new ()

GstEnvelope*        gst_envelope_new                    (void);

Create a new instance

Returns : the new instance or NULL in case of an error