| gstlal Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Properties | ||||
enum GstAdderFormat; void (*GstAdderFunction) (gpointer out,gpointer in,guint size); struct GstLALAdder; struct GstLALAdderClass; GstLALAdderInputChannel;
typedef enum {
GST_ADDER_FORMAT_UNSET,
GST_ADDER_FORMAT_INT,
GST_ADDER_FORMAT_FLOAT,
GST_ADDER_FORMAT_COMPLEX
} GstAdderFormat;
"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.
"sync" property"sync" gboolean : Read / Write
Align the time stamps of input streams. .
Default value: FALSE