org.gstreamer.lowlevel
public interface GstParseAPI extends com.sun.jna.Library
Modifier and Type | Field and Description |
---|---|
static GstParseAPI |
GSTPARSE_API |
Modifier and Type | Method and Description |
---|---|
Bin |
gst_parse_bin_from_description(String bin_description,
boolean ghost_unlinked_pads,
com.sun.jna.Pointer[] error) |
Pipeline |
gst_parse_launch(String pipeline_description,
GstAPI.GErrorStruct[] error) |
Pipeline |
gst_parse_launch(String pipeline_description,
com.sun.jna.Pointer[] error) |
Pipeline |
gst_parse_launchv(String[] pipeline_description,
GstAPI.GErrorStruct[] error) |
Pipeline |
gst_parse_launchv(String[] pipeline_description,
com.sun.jna.Pointer[] error) |
static final GstParseAPI GSTPARSE_API
Pipeline gst_parse_launch(String pipeline_description, com.sun.jna.Pointer[] error)
Pipeline gst_parse_launchv(String[] pipeline_description, com.sun.jna.Pointer[] error)
Pipeline gst_parse_launch(String pipeline_description, GstAPI.GErrorStruct[] error)
Pipeline gst_parse_launchv(String[] pipeline_description, GstAPI.GErrorStruct[] error)
Copyright © 2014. All rights reserved.