Skip to content

ZXSpectrumRecordingFormat.ReadAsync Method

Definition

Reads a recording file from a stream asynchronously.

public new Task<ZXSpectrumRecordingFile> ReadAsync(Stream stream, CancellationToken cancellationToken = null);

Parameters

Name Type Description
stream Stream The stream to read from.
cancellationToken CancellationToken An optional CancellationToken to cancel the reading.

Returns

Task<ZXSpectrumRecordingFile>

The recording file read from the stream.