astat

astat — Audio statistics plugin

Synopsis

                    GstAstat;

Object Hierarchy

  GObject
   +----GstObject
         +----GstElement
               +----GstBaseTransform
                     +----GstAstat

Description

History

Determines the maximum audio scale value that can safely be applied (that is, does not lead to clipping of audio samples). At EOS (end-of-stream), it generates an element message named "astat". The message's structure contains only one field, gdouble "scale", which is then the value to use for the volume property in the volume element.

  • Transcode astat filter [Thomas Oestreich]

Details

GstAstat

typedef struct _GstAstat GstAstat;