StreamTransportType
Description:
[ CCode ( cprefix = "TP_STREAM_TRANSPORT_TYPE_" , has_type_id = false ) ]
public enum StreamTransportType
A transport that can be used for streaming.
Bitfield/set of flags generated from the Telepathy specification.
Content:
Enum values:
- GTALK_P2P -
Google Talk peer-to-peer connectivity establishment, as implemented by libjingle 0.3.
- ICE - Interactive
Connectivity Establishment, as defined by RFC 5245.
- MULTICAST -
Multicast transport.
- RAW_UDP - Raw
UDP, with or without STUN.
- SHM - Shared
memory transport, as implemented by the GStreamer shmsrc and shmsink plugins.
- UNKNOWN - The
stream transport type is unknown or not applicable (for streams that do not have a configurable transport).
- WLM_2009 -
The transport used by Windows Live Messenger 2009 or later, which resembles ICE draft 19.