osssrc

osssrc — Capture from a sound card via OSS

Properties

gchar * device Read / Write
gchar * device-name Read

Types and Values

struct GstOssSrc

Object Hierarchy

    GObject
    ╰── GstObject
        ╰── GstElement
            ╰── GstBaseSrc
                ╰── GstPushSrc
                    ╰── GstBaseAudioSrc
                        ╰── GstAudioSrc
                            ╰── GstOssSrc

Implemented Interfaces

GstOssSrc implements GstImplementsInterface and GstMixer.

Description

Synopsis

Element Information

plugin

ossaudio

author

Erik Walthinsen <omega@cse.ogi.edu>, Wim Taymans <wim@fluendo.com>

class

Source/Audio

Element Pads

name

src

direction

source

presence

always

details

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

audio/x-raw-int, signed=(boolean){ true, false }, width=(int)8, depth=(int)8, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2 ]

Functions

Types and Values

struct GstOssSrc

struct GstOssSrc;

Property Details

The “device” property

  “device”                   gchar *

OSS device (usually /dev/dspN).

Flags: Read / Write

Default value: "/dev/dsp"


The “device-name” property

  “device-name”              gchar *

Human-readable name of the sound device.

Flags: Read

Default value: ""