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

Back to archive index

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


-------------------------
REMOTE_ADDR = 81.51.53.223
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/?Gst%3A%3AEvent
-------------------------
= class Gst::Event
Event definitions.

== Class Methods
--- Gst::Event.new(anIntegerType) 
    Allocate a new event of the given type.
    
    Meaningful types are:
        - Gst::Event::UNKNOWN
        - Gst::Event::EOS
        - Gst::Event::FLUSH
        - Gst::Event::EMPTY
        - Gst::Event::DISCONTINUOUS
        - Gst::Event::NEW::MEDIA
        - Gst::Event::QOS
        - Gst::Event::SEEK
        - Gst::Event::SEEK::SEGMENT
        - Gst::Event::SEGMENT::DONE
        - Gst::Event::SIZE
        - Gst::Event::RATE
        - Gst::Event::FILLER
        - Gst::Event::TS::OFFSET
        - Gst::Event::INTERRUPT


== Instance Methods
--- src 
    Gets the source Gst::Object that generated this event.

--- timestamp 
    Gets the timestamp of this event, as a Bignum.


== Constants
--- DISCONTINUOUS
    A discontinuous event to indicate the stream has a discontinuity.

--- EMPTY
    An empty event.

--- EOS
    And end-of-stream event.

--- FILLER
    A dummy event that should be ignored by plugins.

--- FLUSH
    A flush event.

--- INTERRUPT
    An interrupt event.

--- NEW_MEDIA
    A new media stream is started.

--- QOS
    A quality of service event.

--- RATE
    Adjust the output rate of an element.

--- SEEK
    A seek event.

--- SEEK_SEGMENT
    A segment seek with start and stop position.

--- SEGMENT_DONE
    The event that will be emited when the segment seek has ended.

--- SIZE
    A size suggestion for a peer element.

--- TS_OFFSET
    An event to set the time offset on buffers.

--- UNKNOWN
    Unknown event.


- ((<lrz>))






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