1GStreamer::QueryType(3)User Contributed Perl DocumentatioGnStreamer::QueryType(3)
2
3
4

NAME

6       GStreamer::QueryType
7

HIERARCHY

9         Glib::Enum
10         +----GStreamer::QueryType
11

METHODS

13   querytype = GStreamer::QueryType::get_by_nick ($nick)
14       ·   $nick (string)
15
16   list = GStreamer::QueryType::get_details ($type)
17       ·   $type (GStreamer::QueryType)
18
19   querytype = GStreamer::QueryType::register ($nick, $description)
20       ·   $nick (string)
21
22       ·   $description (string)
23

ENUMS AND FLAGS

25   enum GStreamer::QueryType
26       ·   'none' / 'GST_QUERY_NONE'
27
28       ·   'position' / 'GST_QUERY_POSITION'
29
30       ·   'duration' / 'GST_QUERY_DURATION'
31
32       ·   'latency' / 'GST_QUERY_LATENCY'
33
34       ·   'jitter' / 'GST_QUERY_JITTER'
35
36       ·   'rate' / 'GST_QUERY_RATE'
37
38       ·   'seeking' / 'GST_QUERY_SEEKING'
39
40       ·   'segment' / 'GST_QUERY_SEGMENT'
41
42       ·   'convert' / 'GST_QUERY_CONVERT'
43
44       ·   'formats' / 'GST_QUERY_FORMATS'
45
46       ·   'buffering' / 'GST_QUERY_BUFFERING'
47
48       ·   'custom' / 'GST_QUERY_CUSTOM'
49
50       ·   'uri' / 'GST_QUERY_URI'
51

SEE ALSO

53       GStreamer, Glib::Enum
54
56       Copyright (C) 2005-2014 by the gtk2-perl team.
57
58       This software is licensed under the LGPL.  See GStreamer for a full
59       notice.
60
61
62
63perl v5.28.1                      2019-02-02           GStreamer::QueryType(3)
Impressum