Class LocalMediaTrack
Base class for media tracks sending to the remote peer.
Implements
IDisposable
Inherited Members
Namespace: Microsoft.MixedReality.WebRTC
Assembly: Microsoft.MixedReality.WebRTC.dll
Syntax
public abstract class LocalMediaTrack : MediaTrack
Methods
| Improve this Doc View SourceDispose()
Remove the track from the associated Transceiver (if there is one) and release the corresponding resources.
Declaration
public abstract void Dispose()
Implements
IDisposable