InlineImageLimits

data class InlineImageLimits(val encodedBytes: Int = 16 * 1024 * 1024, val decodedBytes: Int = 32 * 1024 * 1024, val transferBytes: Int = 4 * 1024 * 1024, val uploadBytes: Int = 16 * 1024 * 1024, val maxDimension: Int, val maxPixels: Int = 16 * 1024 * 1024, val maxImages: Int = 1024, val maxPlacements: Int = 4096, val maxFrames: Int = 4096)(source)

Per-terminal limits. Budgets include retained data and reservations for pending work.

Constructors

Link copied to clipboard
constructor(encodedBytes: Int = 16 * 1024 * 1024, decodedBytes: Int = 32 * 1024 * 1024, transferBytes: Int = 4 * 1024 * 1024, uploadBytes: Int = 16 * 1024 * 1024, maxDimension: Int, maxPixels: Int = 16 * 1024 * 1024, maxImages: Int = 1024, maxPlacements: Int = 4096, maxFrames: Int = 4096)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Upper bound for transfer scratch; the streaming implementation needs only 16 KiB.

Link copied to clipboard