Uses of Class
org.gstreamer.Pipeline

Packages that use Pipeline
org.gstreamer   
org.gstreamer.elements   
org.gstreamer.lowlevel   
org.gstreamer.media   
org.gstreamer.swing   
 

Uses of Pipeline in org.gstreamer
 

Methods in org.gstreamer that return Pipeline
static Pipeline Pipeline.launch(java.lang.String... pipelineDecription)
          Creates a pipeline from a text pipeline description.
static Pipeline Pipeline.launch(java.lang.String pipelineDecription)
          Creates a pipeline from a text pipeline description.
 

Uses of Pipeline in org.gstreamer.elements
 

Subclasses of Pipeline in org.gstreamer.elements
 class PlayBin
          Playbin provides a stand-alone everything-in-one abstraction for an audio and/or video player.
 class PlayBin2
           
 

Constructors in org.gstreamer.elements with parameters of type Pipeline
RGBDataAppSink(java.lang.String name, Pipeline pipeline, RGBDataAppSink.Listener listener)
           
RGBDataSink(java.lang.String name, Pipeline pipeline, RGBDataSink.Listener listener)
           
 

Uses of Pipeline in org.gstreamer.lowlevel
 

Methods in org.gstreamer.lowlevel that return Pipeline
 Pipeline GstParseAPI.gst_parse_launch(java.lang.String pipeline_description, GstAPI.GErrorStruct[] error)
           
 Pipeline GstParseAPI.gst_parse_launch(java.lang.String pipeline_description, com.sun.jna.Pointer[] error)
           
 Pipeline GstParseAPI.gst_parse_launchv(java.lang.String[] pipeline_description, GstAPI.GErrorStruct[] error)
           
 Pipeline GstParseAPI.gst_parse_launchv(java.lang.String[] pipeline_description, com.sun.jna.Pointer[] error)
           
 Pipeline GstPipelineAPI.gst_pipeline_new(java.lang.String name)
           
 

Methods in org.gstreamer.lowlevel with parameters of type Pipeline
 void GstPipelineAPI.gst_pipeline_auto_clock(Pipeline pipeline)
           
 boolean GstPipelineAPI.gst_pipeline_get_auto_flush_bus(Pipeline pipeline)
           
 Bus GstPipelineAPI.gst_pipeline_get_bus(Pipeline pipeline)
           
 Clock GstPipelineAPI.gst_pipeline_get_clock(Pipeline pipeline)
           
 long GstPipelineAPI.gst_pipeline_get_delay(Pipeline pipeline)
           
 long GstPipelineAPI.gst_pipeline_get_last_stream_time(Pipeline pipeline)
           
 void GstPipelineAPI.gst_pipeline_set_auto_flush_bus(Pipeline pipeline, boolean flush)
           
 boolean GstPipelineAPI.gst_pipeline_set_clock(Pipeline pipeline, Clock clock)
           
 void GstPipelineAPI.gst_pipeline_set_delay(Pipeline pipeline, ClockTime delay)
           
 void GstPipelineAPI.gst_pipeline_set_new_stream_time(Pipeline pipeline, ClockTime time)
           
 void GstPipelineAPI.gst_pipeline_use_clock(Pipeline pipeline, Clock clock)
           
 

Uses of Pipeline in org.gstreamer.media
 

Fields in org.gstreamer.media declared as Pipeline
protected  Pipeline PipelineMediaPlayer.pipeline
           
 

Methods in org.gstreamer.media that return Pipeline
 Pipeline MediaPlayer.getPipeline()
          Gets the Pipeline that the MediaPlayer uses to play media.
 Pipeline PipelineMediaPlayer.getPipeline()
          Gets the Pipeline that the MediaPlayer uses to play media.
 

Constructors in org.gstreamer.media with parameters of type Pipeline
PipelineMediaPlayer(Pipeline pipeline, java.util.concurrent.Executor executor)
           
 

Uses of Pipeline in org.gstreamer.swing
 

Constructors in org.gstreamer.swing with parameters of type Pipeline
PipelinePositionModel(Pipeline element)
          Creates a new instance of MediaPositionModel