Table of Contents

Interface IWritableDestination

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

Represents a writable destination for a ScreenRecording.

public interface IWritableDestination

Methods

End()

Ends the destination stream.

void End()

Write(ReadOnlySpan<byte>)

Writes a chunk of data to the destination.

bool Write(ReadOnlySpan<byte> chunk)

Parameters

chunk ReadOnlySpan<byte>

The chunk to write.

Returns

bool

true if the chunk was written.