Skip to content

RzxSnapshotBlock Constructors

Initializes a new instance of the RzxSnapshotBlock class containing an uncompressed, embedded snapshot.

public RzxSnapshotBlock(string extension, Byte[] data, RzxSnapshotFlags flags = RzxSnapshotFlags.MrKWatkins.OakIO.ZXSpectrum.Recording.Rzx.RzxSnapshotFlags, uint? uncompressedLength = null);

View source

Parameters

Name Type Description
extension String The snapshot filename extension, for example "Z80" or "SNA".
data Byte[] The uncompressed snapshot data.
flags RzxSnapshotFlags The snapshot flags. Only None is supported for writing.
uncompressedLength UInt32? The uncompressed snapshot length. Defaults to the length of data.