org.gstreamer.lowlevel
Interface GstParseAPI

All Superinterfaces:
com.sun.jna.Library

public interface GstParseAPI
extends com.sun.jna.Library

gstparse functions


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.jna.Library
com.sun.jna.Library.Handler
 
Field Summary
static GstParseAPI GSTPARSE_API
           
 
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
 
Method Summary
 Bin gst_parse_bin_from_description(java.lang.String bin_description, boolean ghost_unlinked_pads, com.sun.jna.Pointer[] error)
           
 Pipeline gst_parse_launch(java.lang.String pipeline_description, GstAPI.GErrorStruct[] error)
           
 Pipeline gst_parse_launch(java.lang.String pipeline_description, com.sun.jna.Pointer[] error)
           
 Pipeline gst_parse_launchv(java.lang.String[] pipeline_description, GstAPI.GErrorStruct[] error)
           
 Pipeline gst_parse_launchv(java.lang.String[] pipeline_description, com.sun.jna.Pointer[] error)
           
 

Field Detail

GSTPARSE_API

static final GstParseAPI GSTPARSE_API
Method Detail

gst_parse_launch

Pipeline gst_parse_launch(java.lang.String pipeline_description,
                          com.sun.jna.Pointer[] error)

gst_parse_launchv

Pipeline gst_parse_launchv(java.lang.String[] pipeline_description,
                           com.sun.jna.Pointer[] error)

gst_parse_launch

Pipeline gst_parse_launch(java.lang.String pipeline_description,
                          GstAPI.GErrorStruct[] error)

gst_parse_launchv

Pipeline gst_parse_launchv(java.lang.String[] pipeline_description,
                           GstAPI.GErrorStruct[] error)

gst_parse_bin_from_description

Bin gst_parse_bin_from_description(java.lang.String bin_description,
                                   boolean ghost_unlinked_pads,
                                   com.sun.jna.Pointer[] error)