|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GObject | |
---|---|
org.gstreamer | |
org.gstreamer.elements | |
org.gstreamer.interfaces | |
org.gstreamer.io |
Uses of GObject in org.gstreamer |
---|
Subclasses of GObject in org.gstreamer | |
---|---|
class |
Bin
Base class and element that can contain other elements. |
class |
Bus
The Bus is an object responsible for delivering Message s in
a first-in first-out way from the streaming threads to the application. |
class |
Clock
Abstract class for global clocks. |
class |
Element
Abstract base class for all pipeline elements. |
class |
ElementFactory
ElementFactory is used to create instances of elements. |
class |
GhostPad
Pseudo link pads. |
class |
GstObject
Base class for the GStreamer object hierarchy GstObject provides a root for the object hierarchy tree filed in by the GStreamer library. |
class |
Pad
Object contained by elements that allows links to other elements. |
class |
PadTemplate
Padtemplates describe the possible media types a Pad or an
ElementFactory can handle. |
class |
Pipeline
A Pipeline is a special Bin used as the toplevel container for
the filter graph. |
class |
Plugin
Container for features loaded from a shared object module |
class |
PluginFeature
Base class for contents of a Plugin
This is a base class for anything that can be added to a Plugin. |
class |
Registry
Abstract base class for management of Plugin objects. |
Methods in org.gstreamer with type parameters of type GObject | ||
---|---|---|
static
|
GObject.objectFor(com.sun.jna.Pointer ptr,
java.lang.Class<T> defaultClass,
boolean needRef)
|
Methods in org.gstreamer that return GObject | |
---|---|
static GObject |
GObject.objectFor(com.sun.jna.Pointer ptr,
java.lang.Class<? extends GObject> defaultClass)
|
Method parameters in org.gstreamer with type arguments of type GObject | |
---|---|
static GObject |
GObject.objectFor(com.sun.jna.Pointer ptr,
java.lang.Class<? extends GObject> defaultClass)
|
Uses of GObject in org.gstreamer.elements |
---|
Subclasses of GObject in org.gstreamer.elements | |
---|---|
class |
AppSink
A sink Element that enables an application to pull data
from a pipeline. |
class |
AppSrc
Enables an application to feed buffers into a pipeline. |
class |
BaseSink
|
class |
BaseSrc
|
class |
CustomSink
|
class |
CustomSrc
|
class |
DecodeBin
Utility Element to automatically identify media stream types and hook
up elements. |
class |
FakeSink
|
class |
FakeSrc
|
class |
FileSrc
A gstreamer element that reads from a file. |
class |
PlayBin
Playbin provides a stand-alone everything-in-one abstraction for an audio and/or video player. |
class |
RGBDataSink
|
class |
TypeFind
Utility Element to identify media types in the stream. |
Uses of GObject in org.gstreamer.interfaces |
---|
Subclasses of GObject in org.gstreamer.interfaces | |
---|---|
class |
MixerTrack
|
class |
TunerChannel
|
class |
TunerNorm
|
Methods in org.gstreamer.interfaces with type parameters of type GObject | ||
---|---|---|
protected
|
GstInterface.objectList(org.gstreamer.lowlevel.GlibAPI.GList glist,
GstInterface.ListElementCreator<T> creator)
Build a List of Object from the native GList. |
Uses of GObject in org.gstreamer.io |
---|
Subclasses of GObject in org.gstreamer.io | |
---|---|
class |
InputStreamSrc
|
class |
OutputStreamSink
|
class |
ReadableByteChannelSrc
|
class |
WriteableByteChannelSink
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |