ruby-****@sourc*****
ruby-****@sourc*****
2003年 8月 24日 (日) 02:14:16 JST
------------------------- REMOTE_ADDR = 81.51.53.223 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/?Gst%3A%3APadTemplate ------------------------- = class Gst::PadTemplate Describe the media type of a Gst::Pad. == Object Hierarchy * ((<Gst::Object>)) == Instance Methods --- caps Gets the capabilities of the pad template element, in an array of Gst::Caps object. --- direction Gets direction, which can be: - Gst::Pad::DIRECTION_SRC; - Gst::Pad::DIRECTION_SINK; - Gst::Pad::DIRECTION_UNKNOWN. --- each_caps { |aCapsObject| block } Calls the block for each capability of the pad template, passing a reference to the Gst::Caps object as parameter. Always returns nil. --- has_caps? Checks if the pad template has capabilities. --- name Gets the name of the pad template, as a String. This overrides Gst::Object#name. --- presence Gets presence, which can be: - Gst::Pad::PRESENCE_ALWAYS; - Gst::Pad::PRESENCE_SOMETIMES; - Gst::Pad::PRESENCE_REQUEST. == Signals --- pad-created - ((<lrz>))