C  D  F  G  I  M  V 

V

VideoFrameDecoder - class in coil3.video
A Decoder that uses MediaMetadataRetriever to fetch and decode a frame from a video.
VideoFrameDecoder.Factory - class in coil3.video.VideoFrameDecoder
 
videoFrameIndex(ImageRequest.Builder,Integer) - function in coil3.video.ImageRequestsKt
Set the frame index to extract from a video.
videoFrameMicros(ImageRequest.Builder,Long) - function in coil3.video.ImageRequestsKt
Set the time in microseconds of the frame to extract from a video.
videoFrameMillis(ImageRequest.Builder,Long) - function in coil3.video.ImageRequestsKt
Set the time in milliseconds of the frame to extract from a video.
videoFrameOption(ImageRequest.Builder,Integer) - function in coil3.video.ImageRequestsKt
Set the option for how to decode the video frame.
videoFramePercent(ImageRequest.Builder,Double) - function in coil3.video.ImageRequestsKt
Set the time as a percentage of the total duration for the frame to extract from a video.
C  D  F  G  I  M  V