wavenc

wavenc — Encode raw audio into WAV

Synopsis

struct              GstWavEnc;

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GstObject
               +----GstElement
                     +----GstWavEnc

Description

Format a audio stream into the wav format.

Synopsis

Element Information

plugin

wavenc

author

Iain Holmes <iain@prettypeople.org>

class

Codec/Muxer/Audio

Element Pads

name

sink

direction

sink

presence

always

details

audio/x-raw, rate=(int)[ 1, 2147483647 ], channels=(int)1, format=(string){ S32LE, S24LE, S16LE, U8, F32LE, F64LE }, layout=(string)interleaved

audio/x-raw, rate=(int)[ 1, 2147483647 ], channels=(int)2, channel-mask=(bitmask)0x0000000000000003, format=(string){ S32LE, S24LE, S16LE, U8, F32LE, F64LE }, layout=(string)interleaved

audio/x-alaw, rate=(int)[ 8000, 192000 ], channels=(int)[ 1, 2 ], width=(int)8, depth=(int)8, signed=(boolean)false

audio/x-mulaw, rate=(int)[ 8000, 192000 ], channels=(int)[ 1, 2 ], width=(int)8, depth=(int)8, signed=(boolean)false

name

src

direction

source

presence

always

details

audio/x-wav

Details

struct GstWavEnc

struct GstWavEnc;