getAbsolutePath() private method

private getAbsolutePath ( ) : global::java.lang.String
return global::java.lang.String
 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);
 }
Exemplo n.º 3
0
 public virtual void readParameters(File file)
 {
   this.readParameters(file.getAbsolutePath());
 }