|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MiniObject | |
---|---|
org.gstreamer | |
org.gstreamer.event | |
org.gstreamer.lowlevel | |
org.gstreamer.message | |
org.gstreamer.query |
Uses of MiniObject in org.gstreamer |
---|
Subclasses of MiniObject in org.gstreamer | |
---|---|
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 |
Methods in org.gstreamer with type parameters of type MiniObject | ||
---|---|---|
protected
|
MiniObject.makeWritable(java.lang.Class<T> subclass)
Makes a writable instance of this MiniObject. |
|
static
|
MiniObject.objectFor(com.sun.jna.Pointer ptr,
java.lang.Class<T> defaultClass,
boolean needRef)
|
Methods in org.gstreamer with parameters of type MiniObject | |
---|---|
void |
Pad.HAVE_DATA.haveData(Pad pad,
MiniObject data)
Called when a Pad has data available. |
Uses of MiniObject in org.gstreamer.event |
---|
Subclasses of MiniObject in org.gstreamer.event | |
---|---|
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 |
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 |
TagEvent
A new set of metadata tags has been found in the stream. |
Uses of MiniObject in org.gstreamer.lowlevel |
---|
Methods in org.gstreamer.lowlevel that return MiniObject | |
---|---|
MiniObject |
GstMiniObjectAPI.gst_mini_object_copy(MiniObject mini_object)
|
MiniObject |
GstMiniObjectAPI.gst_mini_object_make_writable(MiniObject mini_object)
|
Methods in org.gstreamer.lowlevel with parameters of type MiniObject | |
---|---|
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)
|
Uses of MiniObject in org.gstreamer.message |
---|
Subclasses of MiniObject 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. |
Uses of MiniObject in org.gstreamer.query |
---|
Subclasses of MiniObject in org.gstreamer.query | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |