docs.unity.cn
    Show / Hide Table of Contents

    Class RTCTrackEvent

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

    Properties

    Receiver

    Declaration
    public RTCRtpReceiver Receiver { get; }
    Property Value
    Type Description
    RTCRtpReceiver

    Streams

    Declaration
    public IEnumerable<MediaStream> Streams { get; }
    Property Value
    Type Description
    IEnumerable<MediaStream>

    Track

    Declaration
    public MediaStreamTrack Track { get; }
    Property Value
    Type Description
    MediaStreamTrack

    Transceiver

    Declaration
    public RTCRtpTransceiver Transceiver { get; }
    Property Value
    Type Description
    RTCRtpTransceiver
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, October 4, 2022
    Terms of use