DeliveryMethod Enumeration |
Values that represent DeliveryMethod.
Namespace: StreamCoders.Rtsp.ExtensionsAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic enum DeliveryMethod
Public Enumeration DeliveryMethod
public enum class DeliveryMethod
Members
| Member name | Value | Description |
---|
| Multicast | 0 |
TCP signaling, RTP/RTCP over UDP multicast.
|
| Unicast | 1 |
TCP signaling, RTP/RTCP over UDP unicast.
|
| TcpInterleave | 2 |
TCP signaling, RTP/RTCP over TCP interleave.
|
| RtspOverHttp | 3 |
Same as TcpInterleave, plus all packets are encapsulated in HTTP.
|
See Also