FF-1602: Added bitrate per channel to add audio track

This commit is contained in:
John Andrews
2024-06-11 08:57:59 +12:00
parent e01deb3a78
commit 8f113ff501
16 changed files with 138 additions and 61 deletions
+5
View File
@@ -365,6 +365,11 @@ public class LocalFileService : IFileService
}
}
public Result<long> DirectorySize(string path)
{
throw new NotImplementedException();
}
public Result<bool> SetCreationTimeUtc(string path, DateTime date)
{
if (IsProtectedPath(ref path))