MixedReality-WebRTC MixedReality-WebRTC
Search Results for

    Show / Hide Table of Contents

    Class LocalMediaTrack

    Base class for media tracks sending to the remote peer.

    Inheritance
    Object
    MediaTrack
    LocalMediaTrack
    LocalAudioTrack
    LocalVideoTrack
    Implements
    IDisposable
    Inherited Members
    MediaTrack.Transceiver
    MediaTrack.PeerConnection
    MediaTrack.Name
    MediaTrack.ToString()
    Namespace: Microsoft.MixedReality.WebRTC
    Assembly: Microsoft.MixedReality.WebRTC.dll
    Syntax
    public abstract class LocalMediaTrack : MediaTrack

    Methods

    | Improve this Doc View Source

    Dispose()

    Remove the track from the associated Transceiver (if there is one) and release the corresponding resources.

    Declaration
    public abstract void Dispose()

    Implements

    IDisposable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX