NAME¶
GStreamer::Event::Custom - Structure describing events that are passed up and
down a pipeline
METHODS¶
GstEvent = GStreamer::Event::Custom->new ($type,
$structure)¶
- •
- $type (GStreamer::EventType)
- •
- $structure (GStreamer::Structure)
ENUMS AND FLAGS¶
enum GStreamer::EventType¶
- •
- 'unknown' / 'GST_EVENT_UNKNOWN'
- •
- 'flush-start' / 'GST_EVENT_FLUSH_START'
- •
- 'flush-stop' / 'GST_EVENT_FLUSH_STOP'
- •
- 'eos' / 'GST_EVENT_EOS'
- •
- 'newsegment' / 'GST_EVENT_NEWSEGMENT'
- •
- 'tag' / 'GST_EVENT_TAG'
- •
- 'buffersize' / 'GST_EVENT_BUFFERSIZE'
- •
- 'sink-message' / 'GST_EVENT_SINK_MESSAGE'
- •
- 'qos' / 'GST_EVENT_QOS'
- •
- 'seek' / 'GST_EVENT_SEEK'
- •
- 'navigation' / 'GST_EVENT_NAVIGATION'
- •
- 'latency' / 'GST_EVENT_LATENCY'
- •
- 'step' / 'GST_EVENT_STEP'
- •
- 'custom-upstream' / 'GST_EVENT_CUSTOM_UPSTREAM'
- •
- 'custom-downstream' / 'GST_EVENT_CUSTOM_DOWNSTREAM'
- •
- 'custom-downstream-oob' /
'GST_EVENT_CUSTOM_DOWNSTREAM_OOB'
- •
- 'custom-both' / 'GST_EVENT_CUSTOM_BOTH'
- •
- 'custom-both-oob' / 'GST_EVENT_CUSTOM_BOTH_OOB'
SEE ALSO¶
GStreamer
COPYRIGHT¶
Copyright (C) 2005-2011 by the gtk2-perl team.
This software is licensed under the LGPL. See GStreamer for a full notice.