udpsink — Send data over the network via UDP
struct GstUDPSink;
GObject +----GInitiallyUnowned +----GstObject +----GstElement +----GstBaseSink +----GstMultiUDPSink +----GstUDPSink
GstUDPSink implements GstURIHandler.
"host" gchar* : Read / Write "port" gint : Read / Write
udpsink is a network sink that sends UDP packets to the network. It can be combined with RTP payloaders to implement RTP streaming.
1 2 3 4