|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Message | |
---|---|
org.gstreamer | |
org.gstreamer.event | |
org.gstreamer.message |
Uses of Message in org.gstreamer |
---|
Methods in org.gstreamer that return Message | |
---|---|
Message |
Message.copy()
Creates a copy of the message. |
Message |
Message.makeWritable()
Gets a writable version of this Message. |
Methods in org.gstreamer with parameters of type Message | |
---|---|
void |
Bus.MESSAGE.busMessage(Bus bus,
Message message)
Called when a Element posts a Message on the Bus. |
boolean |
Bus.post(Message message)
Posts a Message on this Bus. |
boolean |
Element.postMessage(Message message)
Posts a Message on the element's Bus . |
Uses of Message in org.gstreamer.event |
---|
Methods in org.gstreamer.event with parameters of type Message | |
---|---|
BusSyncReply |
BusSyncHandler.syncMessage(Message message)
|
Uses of Message in org.gstreamer.message |
---|
Subclasses of Message in org.gstreamer.message | |
---|---|
class |
BufferingMessage
This message can be posted by an element that needs to buffer data before it can continue processing. |
class |
DurationMessage
The duration of a pipeline has changed. |
class |
EOSMessage
This message is generated and posted in the sink elements of a Bin . |
class |
ErrorMessage
This message is posted by element when a fatal event occurs. |
class |
GErrorMessage
Base class for ERROR, WARNING and INFO messages. |
class |
InfoMessage
This message is posted by element to provide information to the application. |
class |
LatencyMessage
Message posted by elements when their latency requirements have changed. |
class |
SegmentDoneMessage
This message is posted by elements that finish playback of a segment as a result of a segment seek. |
class |
StateChangedMessage
A state change message. |
class |
TagMessage
This message is posted by elements that have discovered new tags. |
class |
WarningMessage
This message is posted by element when a warning notice is required. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |