add custom channel stream selector system (#2076)
* add some basic channel stream selector models * change windows ffmpeg url * implement basic stream selection * fixes
This commit is contained in:
@@ -57,7 +57,7 @@ public class FakeLocalFileSystem : ILocalFileSystem
|
||||
Task.FromResult(Right<BaseError, Unit>(Unit.Default));
|
||||
|
||||
public Unit EmptyFolder(string folder) => Unit.Default;
|
||||
|
||||
public Task<string> ReadAllText(string path) => throw new NotImplementedException();
|
||||
public Task<byte[]> ReadAllBytes(string path) => TestBytes.AsTask();
|
||||
|
||||
private static List<DirectoryInfo> Split(DirectoryInfo path)
|
||||
|
||||
Reference in New Issue
Block a user