fix management of fmp4 init segments (#2546)

This commit is contained in:
Jason Dove
2025-10-18 22:52:45 -05:00
committed by GitHub
parent 35e7922836
commit 889904e70d
13 changed files with 185 additions and 106 deletions
@@ -16,4 +16,5 @@ public interface ILocalFileSystem
Unit EmptyFolder(string folder);
Task<string> ReadAllText(string path);
Task<string[]> ReadAllLines(string path);
Task<byte[]> GetHash(string path);
}