setVideoFps method

void setVideoFps(
  1. double videoFps
)

Implementation

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