spacescope

spacescope — Simple stereo visualizer

Properties

GstSpaceScopeStyle style Read / Write / Construct

Types and Values

struct GstSpaceScope

Object Hierarchy

    GObject
    ╰── GstObject
        ╰── GstElement
            ╰── GstBaseAudioVisualizer
                ╰── GstSpaceScope

Description

Spacescope is a simple audio visualisation element. It maps the left and right channel to x and y coordinates.

Example launch line

gst-launch audiotestsrc ! audioconvert ! spacescope ! ximagesink

Synopsis

Element Information

plugin

audiovisualizers

author

Stefan Kost <ensonic@users.sf.net>

class

Visualization

Element Pads

name

sink

direction

sink

presence

always

details

audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)2, endianness=(int)1234, width=(int)16, depth=(int)16, signed=(boolean)true

name

src

direction

source

presence

always

details

video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]

Functions

Types and Values

struct GstSpaceScope

struct GstSpaceScope;

Property Details

The “style” property

  “style”                    GstSpaceScopeStyle

Drawing styles for the space scope display.

Flags: Read / Write / Construct

Default value: draw dots (default)

See Also

goom