You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I'm only able to import VideoFrameDecoder for Coil 2.x in Android Studio using import coil.decoder.VideoFrameDecoder
Using coil.decoder.VideoFrameDecoder imports the VideoFrameDecoder that extends the Decoder of Coil 2.x which is incompatible with the Coil 3's ImageLoader
Do I need to import a different set of dependencies to use VideoFrameDecoder with Coil 3?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have imported the following dependencies
However, I'm only able to import
VideoFrameDecoder
for Coil 2.x in Android Studio usingimport coil.decoder.VideoFrameDecoder
Using
coil.decoder.VideoFrameDecoder
imports the VideoFrameDecoder that extends theDecoder
of Coil 2.x which is incompatible with the Coil 3'sImageLoader
Do I need to import a different set of dependencies to use
VideoFrameDecoder
with Coil 3?Beta Was this translation helpful? Give feedback.
All reactions