Class MediaStreamTrack | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Class MediaStreamTrack

    Inheritance
    System.Object
    MediaStreamTrack
    Namespace: Unity.WebRTC
    Syntax
    public class MediaStreamTrack

    Properties

    Enabled

    Declaration
    public bool Enabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    Id

    Declaration
    public string Id { get; }
    Property Value
    Type Description
    System.String

    Kind

    Declaration
    public TrackKind Kind { get; }
    Property Value
    Type Description
    TrackKind

    ReadyState

    Declaration
    public TrackState ReadyState { get; }
    Property Value
    Type Description
    TrackState

    Methods

    Stop()

    Declaration
    public void Stop()
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX