Inheritance
MediaStreamTrack
public class MediaStreamTrack : RefCountedObject, IDisposable
Properties
Declaration
public bool Enabled { get; set; }
Property Value
Declaration
public string Id { get; }
Property Value
Declaration
public TrackKind Kind { get; }
Property Value
Declaration
public TrackState ReadyState { get; }
Property Value
Methods
Declaration
public override void Dispose()
Overrides
Declaration
protected void Finalize()
Disassociate track from its source(video or audio), not for destroying the track
Declaration