
CodecFrameMetadata
- Namespace
- Rowles.LeanCorpus.Codecs.CodecKit
- Assembly
- Rowles.LeanCorpus.dll
Describes a structurally opened canonical codec file.
public sealed record CodecFrameMetadata : IEquatable<CodecFrameMetadata>
- Inheritance
-
CodecFrameMetadata
- Implements
CodecFrameMetadata(string, byte, int, CodecFrameFlags, CodecFileChecksumAlgorithm, long, long, ulong)
Describes a structurally opened canonical codec file.
BodyLength
Body length in bytes.
BodyStart
Logical input offset at which the body begins.
ChecksumAlgorithm
Body checksum algorithm.
Flags
Frame flags.
FormatId
Stable catalogue format identifier.
FormatVersion
Semantic body-format version.
FrameVersion
Physical frame version.
StoredChecksum
Checksum stored in the fixed footer.