GstLALAdder

GstLALAdder

Synopsis

enum                GstAdderFormat;
void                (*GstAdderFunction)                 (gpointer out,
                                                         gpointer in,
                                                         guint size);
struct              GstLALAdder;
struct              GstLALAdderClass;
                    GstLALAdderInputChannel;

Object Hierarchy

  GObject
   +----GstObject
         +----GstElement
               +----GstLALAdder

Properties

  "caps"                     GstCaps*              : Read / Write
  "sync"                     gboolean              : Read / Write

Description

Details

enum GstAdderFormat

typedef enum {
  GST_ADDER_FORMAT_UNSET,
  GST_ADDER_FORMAT_INT,
  GST_ADDER_FORMAT_FLOAT,
  GST_ADDER_FORMAT_COMPLEX
} GstAdderFormat;

GST_ADDER_FORMAT_UNSET

GST_ADDER_FORMAT_INT

GST_ADDER_FORMAT_FLOAT

GST_ADDER_FORMAT_COMPLEX


GstAdderFunction ()

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


struct GstLALAdder

struct GstLALAdder;


struct GstLALAdderClass

struct GstLALAdderClass {
  GstElementClass parent_class;
};


GstLALAdderInputChannel

typedef struct _GstLALAdderInputChannel GstLALAdderInputChannel;

Property Details

The "caps" property

  "caps"                     GstCaps*              : Read / Write

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


The "sync" property

  "sync"                     gboolean              : Read / Write

Align the time stamps of input streams. .

Default value: FALSE