added 5.1 and 7.1 options to add audio track

increased plugin versions to 0.6.1
fixed issue with replace original returning -11 instead of -1
fixed copy flie when on external node
This commit is contained in:
John Andrews
2022-05-15 11:32:18 +12:00
parent 4bab6ea879
commit 36316832aa
35 changed files with 399 additions and 32 deletions

View File

@@ -45,10 +45,12 @@
private NodeParameters args;
public override async Task Cancel()
public override Task Cancel()
{
args?.Process?.Cancel();
return Task.CompletedTask;
}
public override int Execute(NodeParameters args)
{
this.args = args;