Class MediaStreamTrack
Namespace: Unity.WebRTC
Syntax
public class MediaStreamTrack
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
Stop()
Declaration
public void Stop()