Uses of Class
org.gstreamer.Bin

Packages that use Bin
org.gstreamer   
org.gstreamer.elements   
 

Uses of Bin in org.gstreamer
 

Subclasses of Bin in org.gstreamer
 class Pipeline
          A Pipeline is a special Bin used as the toplevel container for the filter graph.
 

Methods in org.gstreamer with parameters of type Bin
 void Bin.ELEMENT_ADDED.elementAdded(Bin bin, Element element)
          Called when an Element is added to a Bin
 void Bin.ELEMENT_REMOVED.elementRemoved(Bin bin, Element element)
          Called when an Element is removed from a Bin
 

Uses of Bin in org.gstreamer.elements
 

Subclasses of Bin in org.gstreamer.elements
 class DecodeBin
          Utility Element to automatically identify media stream types and hook up elements.
 class PlayBin
          Playbin provides a stand-alone everything-in-one abstraction for an audio and/or video player.
 class RGBDataSink