toggle menu
spotify-api-kotlin
4.1.3
common
switch theme
search in API
spotify-api-kotlin
/
com.soywiz.korim.format.jpg
/
JPEGDecoder
/
Frame
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
)
Members
Constructors
Frame
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
components
Link copied to clipboard
var
components
:
ArrayList
<
JPEGDecoder.FrameComponent
>
components
Order
Link copied to clipboard
var
componentsOrder
:
ArrayList
<
Int
>
extended
Link copied to clipboard
var
extended
:
Boolean
max
H
Link copied to clipboard
var
maxH
:
Int
max
V
Link copied to clipboard
var
maxV
:
Int
mcus
Per
Column
Link copied to clipboard
var
mcusPerColumn
:
Int
mcus
Per
Line
Link copied to clipboard
var
mcusPerLine
:
Int
precision
Link copied to clipboard
var
precision
:
Int
progressive
Link copied to clipboard
var
progressive
:
Boolean
samples
Per
Line
Link copied to clipboard
var
samplesPerLine
:
Int
scan
Lines
Link copied to clipboard
var
scanLines
:
Int