Gst::Thread
class Gst::Thread
A Gst::Bin that will become a thread.
Class Methods
Gst::Thread.current
-
This method returns the current running thread, as a Gst::Thread object, or nil if there is no active thread.
- Returns: the current running thread, as a Gst::Thread object, or nil if there is no active thread.
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.
Properties
priority: GstThreadPriority (Read/Write)
- The scheduling priority of the thread.
Parola chiave:
Referenze:[Gst::Thread]