EncoderPresetConfigurations.MinHeight Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The minimum height of output video layers. Example: set MinHeight as 360 to avoid output layers of smaller resolutions like 180P.
public int? MinHeight { get; set; }
member this.MinHeight : Nullable<int> with get, set
Public Property MinHeight As Nullable(Of Integer)