| Top |
Functions
gst_webrtc_session_description_new ()
GstWebRTCSessionDescription * gst_webrtc_session_description_new (GstWebRTCSDPType type,GstSDPMessage *sdp);
gst_webrtc_session_description_copy ()
GstWebRTCSessionDescription *
gst_webrtc_session_description_copy (const GstWebRTCSessionDescription *src);
gst_webrtc_session_description_free ()
void
gst_webrtc_session_description_free (GstWebRTCSessionDescription *desc);
Free desc
and all associated resources
Types and Values
GstWebRTCSessionDescription
typedef struct {
GstWebRTCSDPType type;
GstSDPMessage *sdp;
} GstWebRTCSessionDescription;
See https://www.w3.org/TR/webrtc/rtcsessiondescription-class
Members
the GstWebRTCSDPType of the description |
||
GstSDPMessage * |
the GstSDPMessage of the description |
