KiteFFmpeg
Toggle table of contents
0.1.0
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KiteFFmpeg
kiteffmpeg
/
io.github.yuroyami.kiteffmpeg.dsl
/
DecoderOptions
/
DecoderOptions
Decoder
Options
constructor
(
skipLoopFilter
:
DecoderSkip
?
=
null
,
skipFrame
:
DecoderSkip
?
=
null
,
errorDetection
:
Set
<
ErrorDetection
>
=
emptySet()
,
threadType
:
DecoderThreadType
?
=
null
,
options
:
Map
<
String
,
String
>
=
emptyMap()
)