Frame

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

Constructors

Link copied to clipboard
constructor(extended: Boolean, progressive: Boolean, precision: Int, scanLines: Int, samplesPerLine: Int, components: ArrayList<JPEGDecoder.FrameComponent>, componentsOrder: ArrayList<Int>, maxH: Int = 0, maxV: Int = 0)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var maxH: Int
Link copied to clipboard
var maxV: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard