ruby-****@sourc*****
ruby-****@sourc*****
2004年 3月 2日 (火) 05:48:47 JST
------------------------- REMOTE_ADDR = 217.117.55.140 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/?Gst%3A%3AEventSize ------------------------- = class Gst::EventSize A size event. == Object Hierarchy - * ((<Gst::Event>)) + * Object + * GLib::Boxed + * Gst::Event + * Gst::EventSize == Class Methods - --- Gst::EventSize.new(format, value) + --- Gst::EventSize.new(format, value) Creates a new size event with the given values. - - Meaningful formats are: - * Gst::Format::DEFAULT; - * Gst::Format::BYTES; - * Gst::Format::TIME; - * Gst::Format::BUFFERS; - * Gst::Format::PERCENT; - * Gst::Format::UNITS. + * format: a format (see ((<GstFormat|Gst::Format#GstFormat>))). + * value: the event value. + * Returns: a newly created Gst::EventSize 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 + == See Also + ((<Gst>)). - ((<lrz>))