public FFmpegFrameRecorder(File file, int imageWidth, int imageHeight) : this(file.getAbsolutePath(), imageWidth, imageHeight) { GC.KeepAlive((object) this); }
public FFmpegFrameGrabber(File file) : this(file.getAbsolutePath()) { GC.KeepAlive((object) this); }
public virtual void readParameters(File file) { this.readParameters(file.getAbsolutePath()); }