GstBtEnvelope

GstBtEnvelope — envelope helper object

Functions

Properties

gdouble value Read / Write

Types and Values

struct GstBtEnvelope

Object Hierarchy

    GObject
    ╰── GstBtEnvelope

Description

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

Functions

gstbt_envelope_new ()

GstBtEnvelope *
gstbt_envelope_new (void);

Create a new instance

Returns

the new instance or NULL in case of an error

Types and Values

struct GstBtEnvelope

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

Class instance data.

Members

gdouble value;

current envelope value

 

Property Details

The “value” property

  “value”                    gdouble

Current envelope value.

Flags: Read / Write

Allowed values: [0,1]

Default value: 0