Rechercher une page de manuel
GStreamer::PadTemplate.3pm
Langue: en
Version: 2010-05-02 (fedora - 01/12/10)
Section: 3 (Bibliothèques de fonctions)
NAME
GStreamer::PadTemplateHIERARCHY
Glib::Object +----GStreamer::Object +----GStreamer::PadTemplate
METHODS
padtemplate = GStreamer::PadTemplate->new ($name_template, $direction, $presence, $caps)
-
- *
- $name_template (string)
- *
- $direction (GStreamer::PadDirection)
- *
- $presence (GStreamer::PadPresence)
- *
- $caps (GStreamer::Caps)
caps = $templ->get_caps
paddirection = $templ->get_direction
string = $templ->get_name_template
$templ->pad_created ($pad)
-
- *
- $pad (GStreamer::Pad)
padpresence = $templ->get_presence
PROPERTIES
- 'caps' (GStreamer::Caps : readable / writable / construct-only / private)
- The capabilities of the pad described by the pad template
- 'direction' (GStreamer::PadDirection : readable / writable / construct-only / private)
- The direction of the pad described by the pad template
- 'name-template' (string : readable / writable / construct-only / private)
- The name template of the pad template
- 'presence' (GStreamer::PadPresence : readable / writable / construct-only / private)
- When the pad described by the pad template will become available
SIGNALS
- pad-created (GStreamer::PadTemplate, GStreamer::Pad)
ENUMS AND FLAGS
enum GStreamer::PadDirection
- *
- 'unknown' / 'GST_PAD_UNKNOWN'
- *
- 'src' / 'GST_PAD_SRC'
- *
- 'sink' / 'GST_PAD_SINK'
enum GStreamer::PadPresence
- *
- 'always' / 'GST_PAD_ALWAYS'
- *
- 'sometimes' / 'GST_PAD_SOMETIMES'
- *
- 'request' / 'GST_PAD_REQUEST'
SEE ALSO
GStreamer, Glib::Object, GStreamer::ObjectCOPYRIGHT
Copyright (C) 2005-2008 by the gtk2-perl team.This software is licensed under the LGPL. See GStreamer for a full notice.
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre