Sdílet prostřednictvím


PresetConfigurations.MinHeight Property

Definition

Gets or sets the minimum height of output video layers. Example: set MinHeight as 360 to avoid output layers of smaller resolutions like 180P.

[Newtonsoft.Json.JsonProperty(PropertyName="minHeight")]
public int? MinHeight { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="minHeight")>]
member this.MinHeight : Nullable<int> with get, set
Public Property MinHeight As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to