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 — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)