mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-12 00:28:55 -05:00
updated VideoHasStream to allow for float inputs
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -44,7 +44,7 @@ public class VideoHasStream : VideoNode
|
||||
public string Language { get; set; }
|
||||
|
||||
[ConditionEquals(nameof(Stream), "Audio")]
|
||||
[NumberInt(5)]
|
||||
[NumberFloat(5)]
|
||||
public float Channels { get; set; }
|
||||
|
||||
public override int Execute(NodeParameters args)
|
||||
|
||||
Reference in New Issue
Block a user