autoaudiosrc

autoaudiosrc — Wrapper audio source for automatically detected audio source

Synopsis

                    GstAutoAudioSrc;

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GstObject
               +----GstElement
                     +----GstBin
                           +----GstAutoAudioSrc

Implemented Interfaces

GstAutoAudioSrc implements GstChildProxy.

Properties

  "filter-caps"              GstCaps*              : Read / Write

Description

autoaudiosrc is an audio source that automatically detects an appropriate audio source to use. It does so by scanning the registry for all elements that have Source and Audio in the class field of their element information, and also have a non-zero autoplugging rank.

Example launch line

1
2
3
4