-
public final class CodecExtensionsKt
-
-
Method Summary
Modifier and Type Method Description final static WebPDecodeListeneraddDecodeListener(WebPDecoder $self, Function1<WebPInfo, Unit> onInfoDecoded, Function4<Integer, Long, Bitmap, Uri, Unit> onFrameDecoded)Adds a decode listener to the WebPDecoder. -
-
Method Detail
-
addDecodeListener
final static WebPDecodeListener addDecodeListener(WebPDecoder $self, Function1<WebPInfo, Unit> onInfoDecoded, Function4<Integer, Long, Bitmap, Uri, Unit> onFrameDecoded)
Adds a decode listener to the WebPDecoder.
- Parameters:
onInfoDecoded- A lambda function that will be called when the WebP image's information is decoded.onFrameDecoded- A lambda function that will be called when a frame of the WebP image is decoded.
-
-
-
-