Class MediaStreamTrack
Namespace: Unity.WebRTC
Syntax
public class MediaStreamTrack : IDisposable
Fields
disposed
Declaration
protected bool disposed
Field Value
Type | Description |
---|---|
Boolean |
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 virtual void Dispose()
Finalize()
Declaration
protected void Finalize()
Stop()
Declaration
public void Stop()