CompressionMetadata

data class CompressionMetadata(val effectiveQualityPercent: Float?, val iterations: Int, val elapsedMillis: Long, val estimatedQuality: Int? = null, val searchRange: IntRange? = null, val engineUsed: String? = null)

Constructors

Link copied to clipboard
constructor(effectiveQualityPercent: Float?, iterations: Int, elapsedMillis: Long, estimatedQuality: Int? = null, searchRange: IntRange? = null, engineUsed: String? = null)

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