skipFramesBetweenCaptures property

int skipFramesBetweenCaptures
final

Describes how many frames are skipped between caputerd frames. For example if it's skipFramesBetweenCaptures = 2 screen_recorder captures a frame, skips the next two frames and then captures the next frame again.

Implementation

final int skipFramesBetweenCaptures;