ogmaudioparse

parse an OGM audio header and stream

Hierarchy

GObject
    ╰──GInitiallyUnowned
        ╰──GstObject
            ╰──GstElement
                ╰──GstOgmParse
                    ╰──ogmaudioparse

Factory details

Authors: – GStreamer maintainers

Classification:Codec/Parser/Audio

Rank – primary

Plugin – gstogg

Package – GStreamer Base Plug-ins

Pad Templates

sink

application/x-ogm-audio:

Presencealways

Directionsink

Object typeGstPad


src

audio/ms-gsm:
audio/mpeg:
    mpegversion: 1
          layer: 3
audio/mpeg:
    mpegversion: 1
          layer: 2
audio/x-raw:
         format: { S8, U8, S16LE, U16LE, S24LE, U24LE, S32LE, U32LE }
         layout: interleaved
audio/x-vorbis:
audio/x-ac3:
audio/x-dts:
audio/mpeg:
    mpegversion: 4
audio/x-alaw:
audio/x-mulaw:
audio/x-wms:
        bitrate: [ 0, 2147483647 ]
    block_align: [ 1, 2147483647 ]
audio/x-adpcm:
         layout: microsoft
    block_align: [ 1, 2147483647 ]
audio/x-adpcm:
         layout: dvi
    block_align: [ 1, 2147483647 ]
audio/x-truespeech:
audio/x-wma:
     wmaversion: 1
        bitrate: [ 0, 2147483647 ]
    block_align: [ 1, 2147483647 ]
audio/x-wma:
     wmaversion: 2
        bitrate: [ 0, 2147483647 ]
    block_align: [ 1, 2147483647 ]
audio/x-wma:
     wmaversion: 3
        bitrate: [ 0, 2147483647 ]
    block_align: [ 1, 2147483647 ]
audio/x-vnd.sony.atrac3:
audio/x-raw:
         format: { F32LE, F64LE }
         layout: interleaved
audio/x-voxware:
    voxwaretype: 117
audio/x-adpcm:
         layout: dk4
audio/x-adpcm:
         layout: dk3
audio/x-adpcm:
         layout: dvi
audio/AMR:
audio/AMR-WB:
audio/x-siren:
application/x-ogg-avi:

Presencesometimes

Directionsrc

Object typeGstPad


Signals

no-more-pads

no_more_pads_callback (GstElement * param_0,
                       gpointer udata)
def no_more_pads_callback (param_0, udata):
    #python callback for the 'no-more-pads' signal
function no_more_pads_callback(param_0: GstElement * param_0, udata: gpointer udata): {
    // javascript callback for the 'no-more-pads' signal
}

Parameters:

param_0
No description available
udata
No description available

Flags: Run Last


pad-added

pad_added_callback (GstElement * param_0,
                    GstPad * arg0,
                    gpointer udata)
def pad_added_callback (param_0, arg0, udata):
    #python callback for the 'pad-added' signal
function pad_added_callback(param_0: GstElement * param_0, arg0: GstPad * arg0, udata: gpointer udata): {
    // javascript callback for the 'pad-added' signal
}

Parameters:

param_0
No description available
arg0
No description available
udata
No description available

Flags: Run Last


pad-removed

pad_removed_callback (GstElement * param_0,
                      GstPad * arg0,
                      gpointer udata)
def pad_removed_callback (param_0, arg0, udata):
    #python callback for the 'pad-removed' signal
function pad_removed_callback(param_0: GstElement * param_0, arg0: GstPad * arg0, udata: gpointer udata): {
    // javascript callback for the 'pad-removed' signal
}

Parameters:

param_0
No description available
arg0
No description available
udata
No description available

Flags: Run Last


The results of the search are