Sha256: 91378fa51e85da23db93c37b2b8b04e731e39c46b6b85bc50433da59bbfd85f6
Contents?: true
Size: 776 Bytes
Versions: 16
Compression:
Stored size: 776 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 "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
16 entries across 16 versions & 1 rubygems