ruby-****@sourc*****
ruby-****@sourc*****
2004年 3月 3日 (水) 04:23:49 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 * Object * GLib::Boxed * Gst::Event * Gst::EventSeek * Gst::EventSegmentSeek == Class Methods --- 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>))