gstrtsptransport
gstrtsptransport
|
|
Includes
#include <gst/rtsp/gstrtsptransport.h>
Functions
gst_rtsp_transport_as_text ()
gchar *
gst_rtsp_transport_as_text (GstRTSPTransport *transport
);
Types and Values
struct GstRTSPRange
struct GstRTSPRange {
gint min;
gint max;
};
struct GstRTSPTransport
struct GstRTSPTransport {
GstRTSPTransMode trans;
GstRTSPProfile profile;
GstRTSPLowerTrans lower_transport;
gchar *destination;
gchar *source;
guint layers;
gboolean mode_play;
gboolean mode_record;
gboolean append;
GstRTSPRange interleaved;
/* multicast specific */
guint ttl;
/* UDP specific */
GstRTSPRange port;
GstRTSPRange client_port;
GstRTSPRange server_port;
/* RTP specific */
guint ssrc;
};