RecordAnimationAsync(TimeSpan, Int32) Method

Definition

Assembly HeadlessTestingFramework.dll

Records frames for a specified duration while allowing animations to run.

public Task RecordAnimationAsync(TimeSpan duration, int frameInterval = 16)

Parameters

duration
TimeSpan

Duration to record.

frameInterval
Int32

Interval between frames in milliseconds.

Returns