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

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2004年 8月 6日 (金) 03:51:35 JST


-------------------------
REMOTE_ADDR = 217.117.55.140
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp//?Gst%3A%3AEvent
-------------------------
  = class Gst::Event
  Event definitions.
  
  == Object Hierarchy
  * Object
    * GLib::Boxed
      * Gst::Event
  
  == Class Methods
  --- Gst::Event.new(type)
      Allocates a new event of the given type.
      * type: an event type (see ((<GstEventType|Gst::Event#GstEventType>))).  
      * Returns: a newly allocated Gst::Event object.
  
  == Instance Methods
  --- src
      This method returns the source Gst::Object that generated this event.
      * Returns: the source Gst::Object that generated this event.
  
  --- timestamp
      This method returns the timestamp of this event.
      * Returns: the timestamp of this event.
  
  == Constants
  === GstEventFlag
  --- EVENT_FLAG_NONE
  --- RATE_FLAG_NEGATIVE
  
  === GstEventType
  --- DISCONTINUOUS
  --- EMPTY
  --- EOS
  --- FILLER
  --- FLUSH
  --- INTERRUPT
- --- NEW_MEDIA
+ --- NAVIGATION
  --- QOS
  --- RATE
  --- SEEK
  --- SEEK_SEGMENT
  --- SEGMENT_DONE
  --- SIZE
+ --- TAG
  --- TS_OFFSET
  --- UNKNOWN
  
  == See Also
  ((<Gst::EventSeek>)), ((<Gst::EventSize>)), ((<Gst>)).
  
  - ((<lrz>))





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