ruby-****@sourc*****
ruby-****@sourc*****
2004年 3月 2日 (火) 05:47:53 JST
------------------------- REMOTE_ADDR = 217.117.55.140 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/?Gst%3A%3AEventSegmentSeek ------------------------- = class Gst::EventSegmentSeek A segment seek event. == Object Hierarchy - * ((<Gst::Event>)) - * ((<Gst::EventSeek>)) + * Object + * GLib::Boxed + * Gst::Event + * Gst::EventSeek + * Gst::EventSegmentSeek == Class Methods - --- Gst::EventSegmentSeek.new(type, start_offset, end_offset) - Allocate a new segment 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::EventSegmentSeek.new(type, start_offset, end_offset) + Allocates a new segment seek event with the given parameters. + * end_offset: an ending offset. + * type: an event seek type (see ((<GstSeekType|Gst::EventSeek#GstSeekType>))). + * start_offset: a starting offset. + * Returns: a newly allocated Gst::EventSegmentSeek 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>)). - ((<lrz>))