ruby-****@sourc*****
ruby-****@sourc*****
2004年 3月 2日 (火) 05:46:38 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 - * ((<Gst::Event>)) + * Object + * GLib::Boxed + * Gst::Event + * Gst::EventSeek == Class Methods - --- Gst::EventSeek.new(type, offset) - Allocate a new seek event with the given parameters. - Meaningful types are: - * Gst::EventSeek::METHOD_CUR; - * Gst::EventSeek::METHOD_SET; - * Gst::EventSeek::METHOD_END. - - Types can be OR'ed (|) with: - * Gst::EventSeek::FLAG_FLUSH; - * Gst::EventSeek::FLAG_ACCURATE; - * Gst::EventSeek::FLAG_KEY_UNIT; - * Gst::EventSeek::FLAG_SEGMENT_LOOP. + --- 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 - == Constants + === GstSeekType --- FLAG_ACCURATE - Seek as accuratly as possible. - --- FLAG_FLUSH - Flush any pending data while seeking. - --- FLAG_KEY_UNIT - Seek to a nearby key unit. - --- FLAG_SEGMENT_LOOP - Loop between start and stop in a segmented seek. - --- METHOD_CUR - Seek to a relative position. - --- METHOD_END - Seek relative to the end of the stream. - --- METHOD_SET - Seek to an absolute position. + == See Also + ((<Gst::EventSegmentSeek>)), ((<Gst>)). - ((<lrz>))