VideoDecoder
Decodes video data to Bitmaps from ParcelFileDescriptors and s.
Parameters
<T>
The type of data, currently either ParcelFileDescriptor or .
Functions
Link copied to clipboard
open fun asset(bitmapPool: BitmapPool): ResourceDecoder<AssetFileDescriptor, Bitmap>
Content copied to clipboard
Link copied to clipboard
open fun byteBuffer(bitmapPool: BitmapPool): ResourceDecoder<ByteBuffer, Bitmap>
Content copied to clipboard
Link copied to clipboard
open fun parcel(bitmapPool: BitmapPool): ResourceDecoder<ParcelFileDescriptor, Bitmap>
Content copied to clipboard