docs.unity3d.com
    目次を表示する/隠す

    Class RTCIceCandidate

    Inheritance
    Object
    RTCIceCandidate
    Namespace: Unity.WebRTC
    Syntax
    public class RTCIceCandidate : IDisposable

    Constructors

    RTCIceCandidate(RTCIceCandidateInit)

    Declaration
    public RTCIceCandidate(RTCIceCandidateInit candidateInfo = null)
    Parameters
    Type Name Description
    RTCIceCandidateInit candidateInfo

    Properties

    Address

    Declaration
    public string Address { get; }
    Property Value
    Type Description
    String

    Candidate

    Declaration
    public string Candidate { get; }
    Property Value
    Type Description
    String

    Component

    Declaration
    public RTCIceComponent? Component { get; }
    Property Value
    Type Description
    Nullable<RTCIceComponent>

    Foundation

    Declaration
    public string Foundation { get; }
    Property Value
    Type Description
    String

    Port

    Declaration
    public ushort? Port { get; }
    Property Value
    Type Description
    Nullable<UInt16>

    Priority

    Declaration
    public uint Priority { get; }
    Property Value
    Type Description
    UInt32

    Protocol

    Declaration
    public RTCIceProtocol? Protocol { get; }
    Property Value
    Type Description
    Nullable<RTCIceProtocol>

    RelatedAddress

    Declaration
    public string RelatedAddress { get; }
    Property Value
    Type Description
    String

    RelatedPort

    Declaration
    public ushort? RelatedPort { get; }
    Property Value
    Type Description
    Nullable<UInt16>

    SdpMid

    Declaration
    public string SdpMid { get; }
    Property Value
    Type Description
    String

    SdpMLineIndex

    Declaration
    public int? SdpMLineIndex { get; }
    Property Value
    Type Description
    Nullable<Int32>

    TcpType

    Declaration
    public RTCIceTcpCandidateType? TcpType { get; }
    Property Value
    Type Description
    Nullable<RTCIceTcpCandidateType>

    Type

    Declaration
    public RTCIceCandidateType? Type { get; }
    Property Value
    Type Description
    Nullable<RTCIceCandidateType>

    UserNameFragment

    Declaration
    public string UserNameFragment { get; }
    Property Value
    Type Description
    String

    Methods

    Dispose()

    Declaration
    public void Dispose()
    Implements
    IDisposable.Dispose()

    Finalize()

    Declaration
    protected void Finalize()
    トップに戻る
    Copyright © 2023 Unity Technologies
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on Wednesday, November 1, 2023