Uses of Class
org.gstreamer.lowlevel.RefCountedObject

Packages that use RefCountedObject
org.gstreamer   
org.gstreamer.elements   
org.gstreamer.event   
org.gstreamer.interfaces   
org.gstreamer.io   
org.gstreamer.lowlevel   
org.gstreamer.message   
org.gstreamer.query   
 

Uses of RefCountedObject in org.gstreamer
 

Subclasses of RefCountedObject in org.gstreamer
 class Bin
          Base class and element that can contain other elements.
 class Buffer
          Data-passing buffer type, supporting sub-buffers.
 class Bus
          The Bus is an object responsible for delivering Messages in a first-in first-out way from the streaming threads to the application.
 class Caps
          Structure describing sets of media formats
 class Clock
          Abstract class for global clocks.
 class ClockID
          A datatype to hold the handle to an outstanding sync or async clock callback.
 class Element
          Abstract base class for all pipeline elements.
 class ElementFactory
          ElementFactory is used to create instances of elements.
 class Event
          Base type of all events.
 class GhostPad
          Pseudo link pads.
 class GObject
          This is an abstract class providing some GObject-like facilities in a common base class.
 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 Message
          Lightweight objects to signal the occurrence of pipeline events.
 class MiniObject
          Lightweight base class for the GStreamer object hierarchy MiniObject is a baseclass like GObject, but has been stripped down of features to be fast and small.
 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 Query
          Base query type
 class Registry
          Abstract base class for management of Plugin objects.
 class StreamInfo
          Object containing specific meta information such as width/height/framerate of video streams or samplerate/number of channels of audio.
 

Uses of RefCountedObject in org.gstreamer.elements
 

Subclasses of RefCountedObject 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 PlayBin2
           
 class RGBDataAppSink
           
 class RGBDataFileSink
          This bin encapsulates a pipeline that allows to encode RGB buffers into a video file.
 class RGBDataSink
           
 class TypeFind
          Utility Element to identify media types in the stream.
 

Uses of RefCountedObject in org.gstreamer.event
 

Subclasses of RefCountedObject 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 RefCountedObject in org.gstreamer.interfaces
 

Subclasses of RefCountedObject in org.gstreamer.interfaces
 class ColorBalanceChannel
           
 class MixerTrack
           
 class Property
           
 class TunerChannel
           
 class TunerNorm
           
 

Uses of RefCountedObject in org.gstreamer.io
 

Subclasses of RefCountedObject in org.gstreamer.io
 class InputStreamSrc
           
 class OutputStreamSink
           
 class ReadableByteChannelSrc
           
 class WriteableByteChannelSink
           
 

Uses of RefCountedObject in org.gstreamer.lowlevel
 

Subclasses of RefCountedObject in org.gstreamer.lowlevel
 class GMainContext
           
 class GSource
           
 class MainLoop
          The GLib main loop.
 

Methods in org.gstreamer.lowlevel with parameters of type RefCountedObject
static
<T> T
ReferenceManager.addKeepAliveReference(T ref, RefCountedObject target)
          Adds a link from ref to target that keeps target alive whilst ref is alive.
 

Uses of RefCountedObject in org.gstreamer.message
 

Subclasses of RefCountedObject 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 RefCountedObject in org.gstreamer.query
 

Subclasses of RefCountedObject 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.