-
Home
-
API
-
Avalonia.HeadlessTestingFramework.Recording
-
HeadlessScreenRecorder
-
Methods
-
RecordDurationAsync(TimeSpan, Int32)
RecordDurationAsync(TimeSpan, Int32) Method
Definition
Records frames for a specific duration.
public Task RecordDurationAsync(TimeSpan duration, int frameInterval = 16)
Parameters
- frameInterval
- Int32
Interval between frames in milliseconds.
Returns