Uses of Class
org.gstreamer.lowlevel.GstAPI.GErrorStruct

Packages that use GstAPI.GErrorStruct
org.gstreamer.lowlevel   
 

Uses of GstAPI.GErrorStruct in org.gstreamer.lowlevel
 

Methods in org.gstreamer.lowlevel with parameters of type GstAPI.GErrorStruct
 void GlibAPI.g_error_free(GstAPI.GErrorStruct error)
           
 boolean GstAPI.gst_init_check(com.sun.jna.ptr.IntByReference argc, com.sun.jna.ptr.PointerByReference argv, GstAPI.GErrorStruct[] err)
           
 Message GstMessageAPI.gst_message_new_error(GstObject src, GstAPI.GErrorStruct error, java.lang.String debug)
           
 Message GstMessageAPI.gst_message_new_info(GstObject src, GstAPI.GErrorStruct error, java.lang.String debug)
           
 Message GstMessageAPI.gst_message_new_warning(GstObject src, GstAPI.GErrorStruct error, java.lang.String debug)
           
 void GstMessageAPI.gst_message_parse_error(Message msg, GstAPI.GErrorStruct[] err, com.sun.jna.Pointer[] debug)
           
 void GstMessageAPI.gst_message_parse_info(Message msg, GstAPI.GErrorStruct[] err, com.sun.jna.Pointer[] debug)
           
 void GstMessageAPI.gst_message_parse_warning(Message msg, GstAPI.GErrorStruct[] err, com.sun.jna.Pointer[] debug)
           
 Pipeline GstParseAPI.gst_parse_launch(java.lang.String pipeline_description, GstAPI.GErrorStruct[] error)
           
 Pipeline GstParseAPI.gst_parse_launchv(java.lang.String[] pipeline_description, GstAPI.GErrorStruct[] error)