| Package | Description |
|---|---|
| org.freedesktop.gstreamer | |
| org.freedesktop.gstreamer.interfaces | |
| org.freedesktop.gstreamer.message |
| Modifier and Type | Method and Description |
|---|---|
void |
Bus.MESSAGE.busMessage(Bus bus,
Message message)
|
boolean |
Bus.post(Message message)
Posts a
Message on this Bus. |
boolean |
Element.postMessage(Message message)
|
BusSyncReply |
BusSyncHandler.syncMessage(Message message) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
VideoOverlay.isPrepareWindowHandleMessage(Message message)
Convenience function to check if the given message is a "prepare-window-handle".
|
| Modifier and Type | Class and Description |
|---|---|
class |
BufferingMessage
This message can be posted by an element that
needs to buffer data before it can continue processing.
|
class |
DurationChangedMessage
A duration changed message.
|
class |
EOSMessage
An End-of-Stream Message.
|
class |
ErrorMessage
This message is posted by element when a fatal event occurs.
|
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 |
NeedContextMessage
Message indicating that an element wants a specific context.
|
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.
|
Copyright © 2021 gstreamer-java. All rights reserved.