RzxInputRecordingBlock Constructors
Initializes a new instance of the RzxInputRecordingBlock class containing uncompressed, unprotected frames.
public RzxInputRecordingBlock(IReadOnlyList<RzxInputFrame> frames, uint startTStates = 0, RzxInputRecordingFlags flags = RzxInputRecordingFlags.MrKWatkins.OakIO.ZXSpectrum.Recording.Rzx.RzxInputRecordingFlags);
Parameters
| Name | Type | Description |
|---|---|---|
frames |
IReadOnlyList<RzxInputFrame> |
The input frames. |
startTStates |
UInt32 |
The T-states counter at the beginning of the recording. |
flags |
RzxInputRecordingFlags |
The recording flags. Only None is supported for writing. |