Sha256: a239c38d168a7e61a3ead44cf34142fc02e332a788236cc15e20e6772160dd55
Contents?: true
Size: 1.03 KB
Versions: 18
Compression:
Stored size: 1.03 KB
Contents
#ifndef __gst_rtp_ENUM_TYPES_H__ #define __gst_rtp_ENUM_TYPES_H__ #include <glib-object.h> G_BEGIN_DECLS /* enumerations from "gstrtpdefs.h" */ GType gst_rtp_profile_get_type (void); #define GST_TYPE_RTP_PROFILE (gst_rtp_profile_get_type()) /* enumerations from "gstrtpbuffer.h" */ GType gst_rtp_buffer_flags_get_type (void); #define GST_TYPE_RTP_BUFFER_FLAGS (gst_rtp_buffer_flags_get_type()) GType gst_rtp_buffer_map_flags_get_type (void); #define GST_TYPE_RTP_BUFFER_MAP_FLAGS (gst_rtp_buffer_map_flags_get_type()) /* enumerations from "gstrtcpbuffer.h" */ GType gst_rtcp_type_get_type (void); #define GST_TYPE_RTCP_TYPE (gst_rtcp_type_get_type()) GType gst_rtcpfb_type_get_type (void); #define GST_TYPE_RTCPFB_TYPE (gst_rtcpfb_type_get_type()) GType gst_rtcpsdes_type_get_type (void); #define GST_TYPE_RTCPSDES_TYPE (gst_rtcpsdes_type_get_type()) /* enumerations from "gstrtppayloads.h" */ GType gst_rtp_payload_get_type (void); #define GST_TYPE_RTP_PAYLOAD (gst_rtp_payload_get_type()) G_END_DECLS #endif /* __gst_rtp_ENUM_TYPES_H__ */
Version data entries
18 entries across 18 versions & 1 rubygems