Valadoc | Vala | Tutorial | API-References | Markup

Message


Object Hierarchy:

Object hierarchy for Message

Description:

public class Message : MiniObject

Messages are implemented as a subclass of MiniObject with a generic Structure as the content. This allows for writing custom messages without requiring an API change while allowing a wide range of different types of messages. Messages are posted by objects in the pipeline and are passed to the application using the Bus. The basic use pattern of posting a message on a Bus is as follows:

Posting a Message:


gst_bus_post (bus, gst_message_new_eos());

A Element usually posts messages on the bus provided by the parent container using post_message. Last reviewed on 2005-11-09 (0.9.4)


Namespace: Gst
Package: gstreamer-0.10

Content:

Static methods:

Creation methods:

Methods:

Fields: