Trying to get thumbnails from a video. Prior to API 29, this was managed using MediaStore.Images.Thumbnails. Code example
Bitmap bitmapThumbnail = ThumbnailU
//You can use this val bitmapThumbnail = ThumbnailUtils.createVideoThumbnail( File(filePath), Size(120, 120), null)