GstBtEnvelope

GstBtEnvelope — envelope helper object

Synopsis

struct              GstBtEnvelope;
GstBtEnvelope *     gstbt_envelope_new                  (void);

Object Hierarchy

  GObject
   +----GstBtEnvelope

Properties

  "value"                    gdouble               : Read / Write

Description

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

Details

struct GstBtEnvelope

struct GstBtEnvelope {
  /* parameters */
  gdouble value;
};

Class instance data.

gdouble value;

current envelope value

gstbt_envelope_new ()

GstBtEnvelope *     gstbt_envelope_new                  (void);

Create a new instance

Returns :

the new instance or NULL in case of an error

Property Details

The "value" property

  "value"                    gdouble               : Read / Write

Current envelope value.

Allowed values: [0,1]

Default value: 0