Exemple #1
0
 public async Task <int> SegmentToDashFormat(string inputFilePath, string outputFilePath)
 {
     return(await converter.SegmentToDashFormat(inputFilePath, outputFilePath));
 }