Sha256: a98e12671227f5c5935bc1830254a40d514033e51be72eaecf4d98bb64ef5cab
Contents?: true
Size: 1.03 KB
Versions: 6
Compression:
Stored size: 1.03 KB
Contents
#ifndef __gst_rtp_ENUM_TYPES_H__ #define __gst_rtp_ENUM_TYPES_H__ #include <gst/gst.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
6 entries across 6 versions & 1 rubygems