C
D
E
G
H
V
V
- VideoFrameDecoder - class in coil.decode
- A Decoder that uses MediaMetadataRetriever to fetch and decode a frame from a video.
- VideoFrameDecoder.Companion - class in coil.decode.VideoFrameDecoder
- VideoFrameDecoder.Factory - class in coil.decode.VideoFrameDecoder
- videoFrameMicros(ImageRequest.Builder,Long) - function in coil.request.Videos
- Set the time in microseconds of the frame to extract from a video.
- videoFrameMicros(Parameters) - function in coil.request.Videos
- Get the time in microseconds of the frame to extract from a video.
- videoFrameMillis(ImageRequest.Builder,Long) - function in coil.request.Videos
- Set the time in milliseconds of the frame to extract from a video.
- videoFrameOption(ImageRequest.Builder,Integer) - function in coil.request.Videos
- Set the option for how to decode the video frame.
- videoFrameOption(Parameters) - function in coil.request.Videos
- Get the option for how to decode the video frame.
- videoFramePercent(ImageRequest.Builder,Double) - function in coil.request.Videos
- Set the time as a percentage of the total duration for the frame to extract from a video.
- videoFramePercent(Parameters) - function in coil.request.Videos
- Get the time as a percentage of the total duration for the frame to extract from a video.
- Videos - class in coil.request