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
chunkReadOnlySpan<byte>The chunk to write.
Returns
- bool
trueif the chunk was written.