wavescope

wavescope — Simple waveform oscilloscope

Synopsis

                    GstWaveScope;

Object Hierarchy

  GObject
   +----GstObject
         +----GstElement
               +----GstBaseAudioVisualizer
                     +----GstWaveScope

Properties

  "style"                    GstWaveScopeStyle     : Read / Write / Construct

Description

Wavescope is a simple audio visualisation element. It renders the waveforms like on an oscilloscope.

Example launch line

gst-launch audiotestsrc ! audioconvert ! wavescope ! ximagesink

Details

GstWaveScope

typedef struct _GstWaveScope GstWaveScope;

Property Details

The "style" property

  "style"                    GstWaveScopeStyle     : Read / Write / Construct

Drawing styles for the wave form display.

Default value: draw dots (default)

See Also

goom