[ruby-gnome2-doc-cvs] [Hiki] update - Gst::QueryType

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2003年 8月 24日 (日) 02:42:45 JST


-------------------------
REMOTE_ADDR = 81.51.53.223
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/?Gst%3A%3AQueryType
-------------------------
  = class Gst::QueryType
  Dynamically register new query types.
  
  == Class Methods
  --- Gst::QueryType.each { |aQueryTypeObject| block } 
      Calls the block for each registered querytype, passing a reference
      to the Gst::QueryType object as parameter.
      
      Always returns nil.
  
  --- Gst::QueryType.find(aNickString) 
      Returns a reference to the Gst::QueryType object registered with the 
      given nick, or nil if this query was not registered.
  
  
  == Instance Methods
  --- == aQueryTypeObject 
      Checks if two Gst::QueryType objects are registered under the
      same nick.
  
  --- description 
      Gets a longer description of the querytype, as a String.
  
  --- nick 
      Gets the short nick of the querytype, as a String.
  
  --- type_id 
      Gets the type id of this querytype, which may be:
      
-       - Gst::QueryType::NONE;
-       - Gst::QueryType::TOTAL;
-       - Gst::QueryType::POSITION;
-       - Gst::QueryType::LATENCY;
-       - Gst::QueryType::JITTER;
-       - Gst::QueryType::START;
-       - Gst::QueryType::SEGMENT_END;
-       - Gst::QueryType::RATE.
+       * Gst::QueryType::NONE;
+       * Gst::QueryType::TOTAL;
+       * Gst::QueryType::POSITION;
+       * Gst::QueryType::LATENCY;
+       * Gst::QueryType::JITTER;
+       * Gst::QueryType::START;
+       * Gst::QueryType::SEGMENT_END;
+       * Gst::QueryType::RATE.
  
  
  == Constants
  --- JITTER
      Current jitter of stream.
  
  --- LATENCY
      Latency of stream.
  
  --- NONE
      Invalid query type.
  
  --- POSITION
      Current position in stream.
  
  --- RATE
      Current rate of the stream.
  
  --- SEGMENT_END
      End of configured segment.
  
  --- START
      Start of configured segment.
  
  --- TOTAL
      Total length of stream.
  
  
  - ((<lrz>))





ruby-gnome2-cvs メーリングリストの案内
Back to archive index