Back to Seed Clases

Gst


Classes

Interfaces

Structs

Unions

Enums

Struct Gst.Event

Import line: Gst = imports.gi.Gst;
GIR File: Gst-0.10.gir
C documentation: GstEvent
Struct : Event
  Show / Hide Inherited methods, properties and signals
A GstEvent.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new Gst.Event ()
Create a new Gst.Event
Create a new Gst.Event
 
 
new Gst.Event.eos () : Gst.Event
Create a new Gst.Event
Create a new Gst.Event
Returns:
Gst.Event
 
 
new Gst.Event.flush_start () : Gst.Event
Create a new Gst.Event
Create a new Gst.Event
Returns:
Gst.Event
 
 
new Gst.Event.flush_stop () : Gst.Event
Create a new Gst.Event
Create a new Gst.Event
Returns:
Gst.Event
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gst.Element
Method
send_event (Event event) : Boolean
Sends an event to an element.
Gst.Pad
Method
push_event (Event event) : Boolean
Sends the event to the peer of the given pad.
Gst.Pad
Method
event_default (Event event) : Boolean
Invokes the default event handler for the given pad.
Gst.Pad
Method
send_event (Event event) : Boolean
Sends the event to the pad.
GstInterfaces
Method
GstInterfaces.navigation_event_get_type (Event event) : GstInterfaces.NavigationEventType
Inspect a GstEvent and return the GstNavigationEventType of the event, or GST_NAVIGATION_EVENT_INVALID if the event is not a GstNavigation event.
GstInterfaces
Method
GstInterfaces.navigation_event_parse_command (Event event, NavigationCommand command) : Boolean
navigation event.
GstInterfaces
Method
GstInterfaces.navigation_event_parse_key_event (Event event, Array key) : Boolean
press.
GstInterfaces
Method
GstInterfaces.navigation_event_parse_mouse_button_event (Event event, Object out_values) : Boolean
with the event.
GstInterfaces
Method
GstInterfaces.navigation_event_parse_mouse_move_event (Event event, Object out_values) : Boolean
Inspect a GstNavigation mouse movement event and extract the coordinates of the event.
GstVideo
Method
GstVideo.event_new_still_frame (Boolean in_still) : Gst.Event
Creates a new Still Frame event.
GstVideo
Method
GstVideo.event_parse_still_frame (Event event, Object out_values) : Boolean
Parse a GstEvent, identify if it is a Still Frame event, and return the still-frame state from the event if it is.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:54 GMT+0800 (HKT)