1GStreamer::GhostPad(3)User Contributed Perl DocumentationGStreamer::GhostPad(3)
2
3
4
6 GStreamer::GhostPad
7
9 Glib::Object
10 +----GStreamer::Object
11 +----GStreamer::Pad
12 +----GStreamer::Pad
13 +----GStreamer::GhostPad
14
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
31 enum GStreamer::PadDirection
32 · 'unknown' / 'GST_PAD_UNKNOWN'
33
34 · 'src' / 'GST_PAD_SRC'
35
36 · 'sink' / 'GST_PAD_SINK'
37
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.30.0 2019-09-19 GStreamer::GhostPad(3)