toggle menu
spotify-api-kotlin
4.1.3
common
switch theme
search in API
spotify-api-kotlin
/
com.soywiz.korim.format.jpg
/
JPEGDecoder
/
FrameComponent
Frame
Component
class
FrameComponent
(
val
h
:
Int
,
val
v
:
Int
,
var
quantizationIdx
:
Int
)
(
source
)
Members
Constructors
Frame
Component
Link copied to clipboard
constructor
(
h
:
Int
,
v
:
Int
,
quantizationIdx
:
Int
)
Properties
blocks
Link copied to clipboard
var
blocks
:
List
<
List
<
IntArray
>
>
blocks
Per
Column
Link copied to clipboard
var
blocksPerColumn
:
Int
blocks
Per
Line
Link copied to clipboard
var
blocksPerLine
:
Int
h
Link copied to clipboard
val
h
:
Int
huffman
Table
AC
Link copied to clipboard
var
huffmanTableAC
:
List
<
Any
>
huffman
Table
DC
Link copied to clipboard
var
huffmanTableDC
:
List
<
Any
>
pred
Link copied to clipboard
var
pred
:
Int
quantization
Idx
Link copied to clipboard
var
quantizationIdx
:
Int
quantization
Table
Link copied to clipboard
var
quantizationTable
:
IntArray
v
Link copied to clipboard
val
v
:
Int