frame

open fun frame(frameTimeMicros: Long): T

Sets the time position of the frame to extract from a video.

This is a component option specific to VideoDecoder. If the default video decoder is replaced or skipped because of your configuration, this option may be ignored.

See also

Parameters

frameTimeMicros

The time position in microseconds of the desired frame. If negative, the Android framework implementation return a representative frame.