fix management of fmp4 init segments (#2546)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user