Back to Seed Clases

Gst


Classes

Interfaces

Structs

Unions

Enums

Enum Gst.MessageType

Import line: Gst = imports.gi.Gst;
GIR File: Gst-0.10.gir
C documentation: GstMessageType
Enum : MessageType
  Show / Hide Inherited methods, properties and signals
only receive this message in the PLAYING state and every time it sets a pipeline to PLAYING that is in the EOS state. The application can perform a flushing seek in the pipeline, which will undo the EOS state again. message it should stop playback of the pipeline and not assume that more data will be played. receives a buffering message in the PLAYING state for a non-live pipeline it must PAUSE the pipeline until the buffering completes, when the percentage field in the message is 100%. For live pipelines, no action must be performed and the buffering percentage can be used to inform the user about the progress. This message is deprecated. message is used internally and never forwarded to the application. message is used internally and never forwarded to the application. message is forwarded to the application after all elements that posted can get the new duration with a duration query. change. This message is not forwarded to the application but is used change. The application will only receive this message from the toplevel change state. This message is a suggestion to the application which can strategy for Quality of Service reasons. The different message types that are available.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gst
Method
Gst.message_type_get_name (MessageType type) : String
Get a printable name for the given message type.
Gst
Method
Gst.message_type_to_quark (MessageType type) : Number
Get the unique quark for the given message type.
Gst.Bus
Method
pop_filtered (MessageType types) : Gst.Message
Get a message matching type from the bus.
Gst.Bus
Method
timed_pop_filtered (Number timeout, MessageType types) : Gst.Message
Get a message from the bus whose type matches the message type mask types, waiting up to the specified timeout (and discarding any messages that do not match the mask provided).
Gst.Bus
Method
poll (MessageType events, Number timeout) : Gst.Message
poll for.
Gst.Element
Method
message_full (MessageType type, Number domain, Number code, String text, String debug, String file, String function, Number line) : none
Post an error, warning or info message on the bus from inside an element.
Gst.Message
Method
new Gst.Message.custom (MessageType type, Object src, Structure structure) : Gst.Message
Create a new Gst.Message
GstCheck
Method
GstCheck.message_error (Message message, MessageType type, Number domain, Number code) : none
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:56 GMT+0800 (HKT)