Class RecordVideoSize
- Namespace
- Microsoft.Playwright
- Assembly
- Microsoft.Playwright.dll
public class RecordVideoSize
- Inheritance
-
RecordVideoSize
- Inherited Members
Constructors
RecordVideoSize()
public RecordVideoSize()
Properties
Height
Video frame height.
[Required]
[JsonPropertyName("height")]
public int Height { get; set; }
Property Value
Width
Video frame width.
[Required]
[JsonPropertyName("width")]
public int Width { get; set; }