amrnbenc

amrnbenc

Properties

GstAmrnbEncBandMode band-mode Read / Write / Construct

Types and Values

struct GstAmrnbEnc

Object Hierarchy

    GObject
    ╰── GstObject
        ╰── GstElement
            ╰── GstAudioEncoder
                ╰── GstAmrnbEnc

Implemented Interfaces

GstAmrnbEnc implements GstPreset.

Description

AMR narrowband encoder based on the

opencore codec implementation.

Example launch line

1
gst-launch filesrc location=abc.wav ! wavparse ! audioresample ! audioconvert ! amrnbenc ! filesink location=abc.amr
Please note that the above stream misses the header, that is needed to play the stream.

Functions

Types and Values

struct GstAmrnbEnc

struct GstAmrnbEnc;

Property Details

The “band-mode” property

  “band-mode”                GstAmrnbEncBandMode

Encoding Band Mode (Kbps).

Owner: GstAmrnbEnc

Flags: Read / Write / Construct

Default value: MR122

See Also

GstAmrnbDec, GstAmrnbParse