VisioForge (c) 2025

Search Results for

    Class RTPStreamInfo

    RTP stream info.

    Inheritance
    object
    RTPStreamInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.Types.MediaInfo
    Assembly: VisioForge.Core.dll
    Syntax
    public class RTPStreamInfo

    Properties

    EncodingName

    Gets or sets the encoding name.

    Declaration
    public string EncodingName { get; set; }
    Property Value
    Type Description
    string

    Payload

    Gets or sets the payload ID.

    Declaration
    public int Payload { get; set; }
    Property Value
    Type Description
    int

    Type

    Gets or sets the type.

    Declaration
    public CapsType Type { get; set; }
    Property Value
    Type Description
    CapsType