Table of Contents

Class ScreenRecorder

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

Represents a screen recording session.

public class ScreenRecorder : IAsyncDisposable
Inheritance
ScreenRecorder
Implements

Methods

DisposeAsync()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.

public ValueTask DisposeAsync()

Returns

ValueTask

A task that represents the asynchronous dispose operation.

StopAsync()

Stops the recorder.

public Task StopAsync()

Returns

Task

A Task that completes when the recorder has stopped.