コード例 #1
0
 internal FFMPEGVideoConverter(string fileName, VideoFormat format)
 {
     args = format.GetArguments(fileName,
         outputFileName = Path.ChangeExtension(fileName,
             format.OutputFileExtension));
 }
コード例 #2
0
 public VideoSelectedEventArgs(string fileName, VideoFormat format)
 {
     this.FileName = fileName;
     this.Format = format;
 }