= class Gst::EventSeek
A seek event.

== Object Hierarchy
* ((<Gst::Event>))

== Class Methods
--- Gst::EventSeek.new(type, offset) 
    Allocate a new seek event with the given parameters.
    Meaningful types are:
        * Gst::EventSeek::METHOD_CUR;
        * Gst::EventSeek::METHOD_SET;
        * Gst::EventSeek::METHOD_END.
    
    Types can be OR'ed (|) with:
        * Gst::EventSeek::FLAG_FLUSH;
        * Gst::EventSeek::FLAG_ACCURATE;
        * Gst::EventSeek::FLAG_KEY_UNIT;
        * Gst::EventSeek::FLAG_SEGMENT_LOOP.



== Constants
--- FLAG_ACCURATE
    Seek as accuratly as possible.

--- FLAG_FLUSH
    Flush any pending data while seeking.

--- FLAG_KEY_UNIT
    Seek to a nearby key unit.

--- FLAG_SEGMENT_LOOP
    Loop between start and stop in a segmented seek.

--- METHOD_CUR
    Seek to a relative position.

--- METHOD_END
    Seek relative to the end of the stream.

--- METHOD_SET
    Seek to an absolute position.


- ((<lrz>))
