From 2556a70694fc4543759f0d26a8b31d649b4cc72e Mon Sep 17 00:00:00 2001 From: Olivier Naudan Date: Mon, 16 Apr 2012 08:57:32 -0400 Subject: Imported Upstream version 0.11.90 --- .../html/gst-plugins-ugly-plugins-a52dec.html | 187 +++++++++++++++++++++ 1 file changed, 187 insertions(+) create mode 100644 docs/plugins/html/gst-plugins-ugly-plugins-a52dec.html (limited to 'docs/plugins/html/gst-plugins-ugly-plugins-a52dec.html') diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-a52dec.html b/docs/plugins/html/gst-plugins-ugly-plugins-a52dec.html new file mode 100644 index 0000000..d0bde46 --- /dev/null +++ b/docs/plugins/html/gst-plugins-ugly-plugins-a52dec.html @@ -0,0 +1,187 @@ + + + + +a52dec + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+

a52dec

+

a52dec — Decodes ATSC A/52 encoded audio streams

+
+
+

Synopsis

+
struct              GstA52Dec;
+
+
+
+

Object Hierarchy

+
+  GObject
+   +----GInitiallyUnowned
+         +----GstObject
+               +----GstElement
+                     +----GstAudioDecoder
+                           +----GstA52Dec
+
+
+
+

Properties

+
+  "drc"                      gboolean              : Read / Write
+  "lfe"                      gboolean              : Read / Write
+  "mode"                     GstA52DecMode         : Read / Write
+
+
+
+

Description

+
+

Synopsis

+
+

Element Information

+
++ + + + + + + + + + + + + + +

plugin

+ a52dec +

author

David I. Lehn <dlehn@users.sourceforge.net>

class

Codec/Decoder/Audio
+
+
+
+

Element Pads

+
++ + + + + + + + + + + + + + + + + + + + + + + + + + +

name

sink

direction

sink

presence

always

details

audio/x-ac3

audio/ac3

audio/x-private1-ac3
+
++ + + + + + + + + + + + + + + + + + +

name

src

direction

source

presence

always

details

audio/x-raw, format=(string)F32LE, layout=(string)interleaved, rate=(int)[ 4000, 96000 ], channels=(int)[ 1, 6 ]
+
+
+

+

+
+
+

Details

+
+

struct GstA52Dec

+
struct GstA52Dec;
+

+

+
+
+
+

Property Details

+
+

The "drc" property

+
  "drc"                      gboolean              : Read / Write
+

Use Dynamic Range Compression.

+

Default value: FALSE

+
+
+
+

The "lfe" property

+
  "lfe"                      gboolean              : Read / Write
+

LFE.

+

Default value: TRUE

+
+
+
+

The "mode" property

+
  "mode"                     GstA52DecMode         : Read / Write
+

Decoding Mode (default 3f2r).

+

Default value: 3 Front, 2 Rear

+
+
+
+ + + \ No newline at end of file -- cgit v1.2.3