Frame

class Frame(extended: Boolean, progressive: Boolean, precision: Int, scanLines: Int, samplesPerLine: Int, components: ArrayList<JPEGDecoder.FrameComponent>, componentsOrder: ArrayList<Int>, maxH: Int, maxV: Int)

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Properties

components
Link copied to clipboard
common
var components: ArrayList<JPEGDecoder.FrameComponent>
componentsOrder
Link copied to clipboard
common
var componentsOrder: ArrayList<Int>
extended
Link copied to clipboard
common
var extended: Boolean
maxH
Link copied to clipboard
common
var maxH: Int = 0
maxV
Link copied to clipboard
common
var maxV: Int = 0
mcusPerColumn
Link copied to clipboard
common
var mcusPerColumn: Int = 0
mcusPerLine
Link copied to clipboard
common
var mcusPerLine: Int = 0
precision
Link copied to clipboard
common
var precision: Int
progressive
Link copied to clipboard
common
var progressive: Boolean
samplesPerLine
Link copied to clipboard
common
var samplesPerLine: Int
scanLines
Link copied to clipboard
common
var scanLines: Int

Sources

(source)
Link copied to clipboard