amrwbdec
amrwbdec — Adaptive Multi-Rate Wideband audio decoder
|
|
Details
GstAmrwbDec
typedef struct {
GstElement element;
/* pads */
GstPad *sinkpad, *srcpad;
guint64 ts;
GstAdapter *adapter;
/* library handle */
void *handle;
/* output settings */
gint channels, rate;
gint duration;
GstSegment segment;
gboolean discont;
} GstAmrwbDec;
Opaque data structure.