docs.unity.cn
    Show / Hide Table of Contents

    Class RTCRtpCodecParameters

    Inheritance
    Object
    RTCRtpCodecParameters
    Namespace: Unity.WebRTC
    Syntax
    public class RTCRtpCodecParameters

    Fields

    channels

    Declaration
    public readonly ushort? channels
    Field Value
    Type Description
    Nullable<UInt16>

    clockRate

    Declaration
    public readonly ulong? clockRate
    Field Value
    Type Description
    Nullable<UInt64>

    mimeType

    Declaration
    public readonly string mimeType
    Field Value
    Type Description
    String

    payloadType

    Declaration
    public readonly int payloadType
    Field Value
    Type Description
    Int32

    sdpFmtpLine

    Declaration
    public readonly string sdpFmtpLine
    Field Value
    Type Description
    String
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, October 4, 2022
    Terms of use