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_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER |
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)