org.gstreamer.lowlevel
public interface GstCapsAPI extends com.sun.jna.Library
Modifier and Type | Interface and Description |
---|---|
static class |
GstCapsAPI.GPtrArray |
static class |
GstCapsAPI.GstCapsStruct |
static class |
GstCapsAPI.GstStaticCapsStruct |
Modifier and Type | Field and Description |
---|---|
static GstCapsAPI |
GSTCAPS_API |
static final GstCapsAPI GSTCAPS_API
GType gst_caps_get_type()
com.sun.jna.Pointer ptr_gst_caps_new_empty()
com.sun.jna.Pointer ptr_gst_caps_new_any()
com.sun.jna.Pointer ptr_gst_caps_new_simple(String media_type, String fieldName, Object... args)
com.sun.jna.Pointer ptr_gst_caps_new_full(Structure... data)
Caps gst_caps_new_empty()
Caps gst_caps_new_any()
com.sun.jna.Pointer gst_caps_ref(Caps caps)
void gst_caps_unref(Caps caps)
void gst_caps_unref(com.sun.jna.Pointer caps)
com.sun.jna.Pointer ptr_gst_caps_copy(Caps caps)
com.sun.jna.Pointer ptr_gst_caps_from_string(String string)
void gst_caps_remove_structure(Caps caps, int idx)
int gst_caps_get_size(Caps caps)
void gst_caps_truncate(Caps caps)
boolean gst_caps_do_simplify(Caps caps)
boolean gst_caps_is_any(Caps caps)
boolean gst_caps_is_empty(Caps caps)
boolean gst_caps_is_fixed(Caps caps)
GType gst_static_caps_get_type()
Caps gst_static_caps_get(GstCapsAPI.GstStaticCapsStruct static_caps)
Copyright © 2014. All rights reserved.