Class LocalVideoTrack
Inheritance
System.Object
LocalVideoTrack
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: LiveKit
Assembly: cs.temp.dll.dll
Syntax
public class LocalVideoTrack : LocalTrack, IVideoTrack, ITrack
Properties
IsSimulcast
Declaration
public bool IsSimulcast { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
RestartTrack(Nullable<VideoCaptureOptions>)
Declaration
public JSPromise RestartTrack(VideoCaptureOptions? options = null)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<VideoCaptureOptions> | options |
Returns
Type | Description |
---|---|
JSPromise |
SetDeviceId(String)
Declaration
public JSPromise SetDeviceId(string deviceId)
Parameters
Type | Name | Description |
---|---|---|
System.String | deviceId |
Returns
Type | Description |
---|---|
JSPromise |
SetProcessor(JSHandle, Boolean)
Declaration
public JSPromise SetProcessor(JSHandle processor, bool showProcessedStreamLocally = true)
Parameters
Type | Name | Description |
---|---|---|
JSHandle | processor | |
System.Boolean | showProcessedStreamLocally |
Returns
Type | Description |
---|---|
JSPromise |
SetPublishingQuality(VideoQuality)
Declaration
public void SetPublishingQuality(VideoQuality maxQuality)
Parameters
Type | Name | Description |
---|---|---|
VideoQuality | maxQuality |