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 UdpMedia class.
Declaration
public UdpMedia(string mediaType, int transportPort, string formatDescription)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | mediaType | The media type. See MediaType for possible values. |
| System.Int32 | transportPort | The transport port. |
| System.String | formatDescription | The format description. |
Properties
UdpTransportProtocol
Gets the protocol keyword for UDP.
Declaration
public static string UdpTransportProtocol { get; }
Property Value
| Type | Description |
|---|---|
| System.String |