Class UdpMedia
An SDP media description with a transport protocol of "udp".
Inherited Members
Namespace: FM.LiveSwitch.Sdp
Assembly: FM.LiveSwitch.dll
Syntax
public class UdpMedia : Media
Constructors
UdpMedia(String, Int32, String)
Initializes a new instance of the Udp
Declaration
public UdpMedia(string mediaType, int transportPort, string formatDescription)
Parameters
Type | Name | Description |
---|---|---|
System. |
mediaType | The media type. See Media |
System. |
transportPort | The transport port. |
System. |
formatDescription | The format description. |
Properties
UdpTransportProtocol
Gets the protocol keyword for UDP.
Declaration
public static string UdpTransportProtocol { get; }
Property Value
Type | Description |
---|---|
System. |