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
@@ -59,6 +59,7 @@ public class FakeLocalFileSystem : ILocalFileSystem
public Unit EmptyFolder(string folder) => Unit.Default;
public Task<string> ReadAllText(string path) => throw new NotImplementedException();
public Task<string[]> ReadAllLines(string path) => throw new NotImplementedException();
public Task<byte[]> GetHash(string path) => throw new NotImplementedException();
public Task<byte[]> ReadAllBytes(string path) => TestBytes.AsTask();