ruby-****@sourc*****
ruby-****@sourc*****
2003年 8月 24日 (日) 02:13:40 JST
------------------------- REMOTE_ADDR = 81.51.53.223 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/?Gst%3A%3AEventSeek ------------------------- = class Gst::EventSeek A seek event. == Object Hierarchy - * Gst::Event + * ((<Gst::Event>)) == 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. == Constants --- 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. - ((<lrz>))