
CodecOptions
- Namespace
- Rowles.LeanCorpus.Codecs.CodecKit.Codecs
- Assembly
- Rowles.LeanCorpus.dll
Immutable configuration for codec operations. All limits are validated at construction time.
public sealed record CodecOptions : IEquatable<CodecOptions>
- Inheritance
-
CodecOptions
- Implements
Default
MaxCodecFileBytes
Gets the largest physical codec file accepted by file-level framing operations.
MaxDecompressedBytes
MaxFrameBytes
MaxMaterialisedBodyBytes
Gets the largest codec-file body that an operation may materialise into one managed buffer. This limit does not restrict streaming or random-access file sizes.