FF-1785: Created a track remover based on the TrackSelectorFlowElement.cs

This commit is contained in:
John Andrews
2024-09-26 13:11:58 +12:00
parent fd86919ace
commit fac046473d

View File

@@ -16,6 +16,9 @@ public class FfmpegBuilderTrackRemover: TrackSelectorFlowElement<FfmpegBuilderT
/// <inheritdoc />
public override int Outputs => 2;
/// <inheritdoc />
protected override string AutomaticLabel => "All";
/// <summary>
/// Gets or sets the stream types to remove
/// </summary>