amrparse

amrparse — AMR parser

Synopsis

                    GstAmrParse;

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GstObject
               +----GstElement
                     +----GstBaseParse
                           +----GstAmrParse

Description

This is an AMR parser capable of handling both narrow-band and wideband formats.

Example launch line

1
gst-launch-1.0 filesrc location=abc.amr ! amrparse ! amrdec ! audioresample ! audioconvert ! alsasink

Details

GstAmrParse

typedef struct _GstAmrParse GstAmrParse;

The opaque GstAacParse data structure.

See Also

GstAmrnbDec, GstAmrnbEnc