1GStreamer::GhostPad(3)User Contributed Perl DocumentationGStreamer::GhostPad(3)
2
3
4

NAME

6       GStreamer::GhostPad
7

HIERARCHY

9         Glib::Object
10         +----GStreamer::Object
11              +----GStreamer::Pad
12                   +----GStreamer::Pad
13                        +----GStreamer::GhostPad
14

METHODS

16   pad or undef = GStreamer::GhostPad->new ($name, $target)
17       ·   $name (string or undef)
18
19       ·   $target (GStreamer::Pad)
20
21   pad or undef = GStreamer::GhostPad->new_no_target ($name, $dir)
22       ·   $name (string or undef)
23
24       ·   $dir (GStreamer::PadDirection)
25
26   pad or undef = $gpad->get_target
27   boolean = $gpad->set_target ($newtarget)
28       ·   $newtarget (GStreamer::Pad)
29

ENUMS AND FLAGS

31   enum GStreamer::PadDirection
32       ·   'unknown' / 'GST_PAD_UNKNOWN'
33
34       ·   'src' / 'GST_PAD_SRC'
35
36       ·   'sink' / 'GST_PAD_SINK'
37

SEE ALSO

39       GStreamer, Glib::Object, GStreamer::Object, GStreamer::Pad,
40       GStreamer::Pad
41
43       Copyright (C) 2005-2014 by the gtk2-perl team.
44
45       This software is licensed under the LGPL.  See GStreamer for a full
46       notice.
47
48
49
50perl v5.28.1                      2019-02-02            GStreamer::GhostPad(3)
Impressum