RzxSnapshotBlock Class
Definition
A snapshot block (0x30) of an RZX file, containing the machine state at the start of a recording.
public sealed class RzxSnapshotBlock : RzxBlock
Constructors
| Name | Description |
|---|---|
RzxSnapshotBlock(String, Byte[], RzxSnapshotFlags, UInt32?) |
Initializes a new instance of the RzxSnapshotBlock class containing an uncompressed, embedded snapshot. |
Properties
| Name | Description |
|---|---|
Extension |
Gets the snapshot filename extension, for example "Z80" or "SNA". |
Flags |
Gets the snapshot flags. |
SnapshotData |
Gets the uncompressed snapshot data, decompressed if necessary. |
UncompressedLength |
Gets the length of the uncompressed snapshot data. |