GstBtEnvelope

GstBtEnvelope — envelope helper object

Synopsis

                    GstBtEnvelope;
GstBtEnvelope *     gstbt_envelope_new                  (void);

Description

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

Details

GstBtEnvelope

typedef struct {
  GObject parent;

  /* parameters */
  gdouble value;
} GstBtEnvelope;

Class instance data.


gstbt_envelope_new ()

GstBtEnvelope *     gstbt_envelope_new                  (void);

Create a new instance

Returns :

the new instance or NULL in case of an error