ruby-****@sourc*****
ruby-****@sourc*****
2004年 3月 3日 (水) 04:23:41 JST
------------------------- REMOTE_ADDR = 217.117.55.140 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/?Gst%3A%3AEventSeek ------------------------- = class Gst::EventSeek A seek event. == Object Hierarchy * Object * GLib::Boxed * Gst::Event * Gst::EventSeek == Class Methods --- Gst::EventSeek.new(type, offset) Allocates a new seek event with the given parameters. Types (METHOD_) cam be OR'ed (|) with flags (FLAG_). * type: an event seek type (see ((<GstSeekType|Gst::EventSeek#GstSeekType>))). * offset: an offset. * Returns: a newly allocated Gst::EventSeek object. == Constants - === GstEventType - --- DISCONTINUOUS - --- EMPTY - --- EOS - --- FILLER - --- FLUSH - --- INTERRUPT - --- NEW_MEDIA - --- QOS - --- RATE - --- SEEK - --- SEEK_SEGMENT - --- SEGMENT_DONE - --- SIZE - --- TS_OFFSET - --- UNKNOWN - - === GstEventFlag - --- EVENT_FLAG_NONE - --- RATE_FLAG_NEGATIVE - === GstSeekType --- FLAG_ACCURATE --- FLAG_FLUSH --- FLAG_KEY_UNIT --- FLAG_SEGMENT_LOOP --- METHOD_CUR --- METHOD_END --- METHOD_SET == See Also ((<Gst::EventSegmentSeek>)), ((<Gst>)). - ((<lrz>))