org.gstreamer.lowlevel
Interface GstTagAPI
- All Superinterfaces:
- com.sun.jna.Library
public interface GstTagAPI
- extends com.sun.jna.Library
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_tag_exists
boolean gst_tag_exists(java.lang.String tag)
gst_tag_get_type
GType gst_tag_get_type(java.lang.String tag)
gst_tag_get_nick
java.lang.String gst_tag_get_nick(java.lang.String tag)
gst_tag_get_description
java.lang.String gst_tag_get_description(java.lang.String tag)
gst_tag_get_flag
TagFlag gst_tag_get_flag(java.lang.String tag)
gst_tag_is_fixed
boolean gst_tag_is_fixed(java.lang.String tag)