setVideoFps method

void setVideoFps(
  1. double videoFps
)

Implementation

void setVideoFps(double videoFps) {
  _videoFps = videoFps;
}