ruby-****@sourc*****
ruby-****@sourc*****
2004年 8月 6日 (金) 03:55:02 JST
------------------------- REMOTE_ADDR = 217.117.55.140 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp//?Gst%3A%3AThread ------------------------- = class Gst::Thread A Gst::Bin that will become a thread. == Object Hierarchy * Object * GLib::Instantiatable * GLib::Object * Gst::Object * Gst::Element * Gst::Bin * Gst::Thread == Class Methods --- Gst::Thread.new(name=nil) Constructs a new Gst::Thread object. If element name is ommited (or nil), then the thread will receive a guaranteed unique name, consisting of the "thread" string and a number. If name is given, it will be given the name supplied. * name: a name which will be attributed to the thread. * Returns: a newly created Gst::Thread object. == Constants === GstThreadState + --- MUTEX_LOCKED --- STATE_REAPING --- STATE_SPINNING - --- STATE_STARTED == Properties --- priority: GstThreadPriority (Read/Write) The scheduling priority of the thread. == Signals --- shutdown == See Also ((<Gst>)). - ((<lrz>))