Class RtcVideoTrackConfig
A WebRTC/ORTC-compatible video track configuration.
Inheritance
System.Object
RtcVideoTrackConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class RtcVideoTrackConfig
Properties
H264Disabled
Gets or sets whether the H.264 codec should be disabled.
Defaults to false
.
Declaration
public bool H264Disabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
H265Disabled
Gets or sets whether the H.265 codec should be disabled.
Defaults to false
.
Declaration
public bool H265Disabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Vp8Disabled
Gets or sets whether the VP8 codec should be disabled.
Defaults to false
.
Declaration
public bool Vp8Disabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Vp9Disabled
Gets or sets whether the VP9 codec should be disabled.
Defaults to false
.
Declaration
public bool Vp9Disabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |