Sha256: a6bd22dd3e6a5f043723ff2565ee7bbab3dd583c608ab84989df760f362da70b
Contents?: true
Size: 571 Bytes
Versions: 4
Compression:
Stored size: 571 Bytes
Contents
#ifndef __GST_TAG_ENUM_TYPES_H__ #define __GST_TAG_ENUM_TYPES_H__ #include <glib-object.h> G_BEGIN_DECLS /* enumerations from "tag.h" */ GType gst_tag_image_type_get_type (void); #define GST_TYPE_TAG_IMAGE_TYPE (gst_tag_image_type_get_type()) GType gst_tag_license_flags_get_type (void); #define GST_TYPE_TAG_LICENSE_FLAGS (gst_tag_license_flags_get_type()) /* enumerations from "gsttagdemux.h" */ GType gst_tag_demux_result_get_type (void); #define GST_TYPE_TAG_DEMUX_RESULT (gst_tag_demux_result_get_type()) G_END_DECLS #endif /* __GST_TAG_ENUM_TYPES_H__ */
Version data entries
4 entries across 4 versions & 1 rubygems