org.gstreamer.lowlevel
Interface GstPipelineAPI
- All Superinterfaces:
- com.sun.jna.Library
public interface GstPipelineAPI
- extends com.sun.jna.Library
GstPipeline
Nested classes/interfaces inherited from interface com.sun.jna.Library |
com.sun.jna.Library.Handler |
Fields inherited from interface com.sun.jna.Library |
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER |
GSTPIPELINE_API
static final GstPipelineAPI GSTPIPELINE_API
gst_pipeline_new
Pipeline gst_pipeline_new(java.lang.String name)
gst_pipeline_get_type
GType gst_pipeline_get_type()
gst_pipeline_get_bus
Bus gst_pipeline_get_bus(Pipeline pipeline)
gst_pipeline_set_auto_flush_bus
void gst_pipeline_set_auto_flush_bus(Pipeline pipeline,
boolean flush)
gst_pipeline_get_auto_flush_bus
boolean gst_pipeline_get_auto_flush_bus(Pipeline pipeline)
gst_pipeline_set_new_stream_time
void gst_pipeline_set_new_stream_time(Pipeline pipeline,
ClockTime time)
gst_pipeline_get_last_stream_time
long gst_pipeline_get_last_stream_time(Pipeline pipeline)
gst_pipeline_use_clock
void gst_pipeline_use_clock(Pipeline pipeline,
Clock clock)
gst_pipeline_set_clock
boolean gst_pipeline_set_clock(Pipeline pipeline,
Clock clock)
gst_pipeline_get_clock
Clock gst_pipeline_get_clock(Pipeline pipeline)
gst_pipeline_auto_clock
void gst_pipeline_auto_clock(Pipeline pipeline)
gst_pipeline_set_delay
void gst_pipeline_set_delay(Pipeline pipeline,
ClockTime delay)
gst_pipeline_get_delay
long gst_pipeline_get_delay(Pipeline pipeline)