Search Results for

    Show / Hide Table of Contents

    Class UdpMedia

    An SDP media description with a transport protocol of "udp".

    Inheritance
    System.Object
    Media
    UdpMedia
    Inherited Members
    Media.MediaType
    Media.TransportPort
    Media.TransportProtocol
    Media.NumberOfPorts
    Media.FormatDescription
    Media.ToString()
    Media.Parse(String)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0