Package | Description |
---|---|
org.gstreamer | |
org.gstreamer.elements | |
org.gstreamer.event | |
org.gstreamer.lowlevel | |
org.gstreamer.message | |
org.gstreamer.query |
Modifier and Type | Class and Description |
---|---|
class |
Buffer
Data-passing buffer type, supporting sub-buffers.
|
class |
Event
Base type of all events.
|
class |
Message
Lightweight objects to signal the occurrence of pipeline events.
|
class |
Query
Base query type
|
Modifier and Type | Method and Description |
---|---|
protected <T extends MiniObject> |
MiniObject.makeWritable(Class<T> subclass)
Makes a writable instance of this MiniObject.
|
Modifier and Type | Method and Description |
---|---|
void |
Pad.HAVE_DATA.haveData(Pad pad,
MiniObject data)
Called when a
Pad has data available. |
Modifier and Type | Method and Description |
---|---|
FlowReturn |
BaseSink.preroll(MiniObject obj) |
Modifier and Type | Class and Description |
---|---|
class |
BufferSizeEvent
Notification of new latency adjustment.
|
class |
EOSEvent
End-Of-Stream.
|
class |
FlushStartEvent
Start a flush operation.
|
class |
FlushStopEvent
Stop a flush operation.
|
class |
ForceKeyUnit
Force key unit event that forces out key frames
|
class |
LatencyEvent
Notification of new latency adjustment.
|
class |
NavigationEvent
Navigation events are usually used for communicating user requests, such as
mouse or keyboard movements, to upstream elements.
|
class |
NewSegmentEvent
The newsegment event marks the range of buffers to be processed.
|
class |
QOSEvent
A quality message.
|
class |
SeekEvent
A request for a new playback position and rate.
|
class |
StepEvent
StepEvent.
|
class |
TagEvent
A new set of metadata tags has been found in the stream.
|
Modifier and Type | Method and Description |
---|---|
MiniObject |
GstMiniObjectAPI.gst_mini_object_copy(MiniObject mini_object) |
MiniObject |
GstMiniObjectAPI.gst_mini_object_make_writable(MiniObject mini_object) |
Modifier and Type | Method and Description |
---|---|
FlowReturn |
BaseSinkAPI.gst_base_sink_do_preroll(BaseSink sink,
MiniObject obj) |
MiniObject |
GstMiniObjectAPI.gst_mini_object_copy(MiniObject mini_object) |
boolean |
GstMiniObjectAPI.gst_mini_object_is_writable(MiniObject mini_object) |
MiniObject |
GstMiniObjectAPI.gst_mini_object_make_writable(MiniObject mini_object) |
void |
GstMiniObjectAPI.gst_mini_object_ref(MiniObject ptr) |
void |
GstMiniObjectAPI.gst_mini_object_unref(MiniObject ptr) |
com.sun.jna.Pointer |
GstMiniObjectAPI.ptr_gst_mini_object_copy(MiniObject mini_object) |
com.sun.jna.Pointer |
GstMiniObjectAPI.ptr_gst_mini_object_make_writable(MiniObject mini_object) |
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 |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ApplicationQuery
A Custom application query.
|
class |
ConvertQuery
Convert values between formats
|
class |
DurationQuery
Used to query the total duration of a stream.
|
class |
FormatsQuery
Used for querying formats of the stream.
|
class |
LatencyQuery |
class |
PositionQuery
Used to query an element for the current position in the stream.
|
class |
SeekingQuery
Used for querying the seeking properties of the stream.
|
class |
SegmentQuery
Used to discover information about the currently configured segment for playback.
|
Copyright © 2016. All rights reserved.