Rachel
Toggle table of contents
3.5.0
web
Target filter
web
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.plugin.pag-kmp
/
org.libpag
/
SoftwareDecoder
Software
Decoder
web
class
SoftwareDecoder
:
JsAny
Members
Constructors
Software
Decoder
Link copied to clipboard
web
constructor
(
)
Functions
on
Configure
Link copied to clipboard
web
fun
onConfigure
(
headers
:
JsArray
<
Uint8Array
>
,
mimeType
:
String
,
width
:
Int
,
height
:
Int
)
:
Boolean
on
Decode
Frame
Link copied to clipboard
web
fun
onDecodeFrame
(
)
:
Double
on
End
Of
Stream
Link copied to clipboard
web
fun
onEndOfStream
(
)
:
Double
on
Flush
Link copied to clipboard
web
fun
onFlush
(
)
on
Release
Link copied to clipboard
web
fun
onRelease
(
)
on
Render
Frame
Link copied to clipboard
web
fun
onRenderFrame
(
)
:
YUVBuffer
?
on
Send
Bytes
Link copied to clipboard
web
fun
onSendBytes
(
bytes
:
Uint8Array
,
timestamp
:
Double
)
:
Double