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

    Class MediaStreamTrack

    Inheritance
    Object
    RefCountedObject
    MediaStreamTrack
    AudioStreamTrack
    VideoStreamTrack
    Inherited Members
    RefCountedObject.disposed
    Namespace: Unity.WebRTC
    Syntax
    public class MediaStreamTrack : RefCountedObject, IDisposable

    Properties

    Enabled

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

    Id

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

    Kind

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

    ReadyState

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

    Methods

    Dispose()

    Declaration
    public override void Dispose()
    Overrides
    RefCountedObject.Dispose()

    Finalize()

    Declaration
    protected void Finalize()

    Stop()

    Disassociate track from its source(video or audio), not for destroying the track

    Declaration
    public void Stop()
    トップに戻る
    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