Sha256: 0ba269f99626f008496740339978331aead114a2a8f4872b61d9a734ed3133ef
Contents?: true
Size: 942 Bytes
Versions: 4
Compression:
Stored size: 942 Bytes
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_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
4 entries across 4 versions & 1 rubygems