org.gstreamer.lowlevel
Interface GstParseAPI
- All Superinterfaces:
- com.sun.jna.Library
public interface GstParseAPI
- extends com.sun.jna.Library
gstparse functions
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 |
GSTPARSE_API
static final GstParseAPI GSTPARSE_API
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)