GstLALAdder

GstLALAdder

Functions

void (*GstAdderFunction) ()

Properties

GstCaps * caps Read / Write
gboolean sync Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GstObject
        ╰── GstElement
            ╰── GstLALAdder

Description

Functions

GstAdderFunction ()

void
(*GstAdderFunction) (gpointer out,
                     gpointer in,
                     guint size);

Types and Values

enum GstAdderFormat

Members

GST_ADDER_FORMAT_UNSET

   

GST_ADDER_FORMAT_INT

   

GST_ADDER_FORMAT_FLOAT

   

GST_ADDER_FORMAT_COMPLEX

   

struct GstLALAdder

struct GstLALAdder;


struct GstLALAdderClass

struct GstLALAdderClass {
  GstElementClass parent_class;
};


GstLALAdderInputChannel

typedef struct _GstLALAdderInputChannel GstLALAdderInputChannel;

Property Details

The “caps” property

  “caps”                     GstCaps *

Set target format for mixing (NULL means ANY). Setting this property takes a reference to the supplied GstCaps object.

Flags: Read / Write


The “sync” property

  “sync”                     gboolean

Align the time stamps of input streams. .

Flags: Read / Write

Default value: FALSE