mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-04-27 20:49:25 -05:00
FF-1439 - added more options to convert audio
This commit is contained in:
@@ -5,15 +5,13 @@ public class ConvertToAAC : ConvertNode
|
||||
/// <inheritdoc />
|
||||
public override string HelpUrl => "https://fileflows.com/docs/plugins/audio-nodes/convert-to-aac";
|
||||
/// <inheritdoc />
|
||||
protected override string Extension => "aac";
|
||||
protected override string DefaultExtension => "aac";
|
||||
/// <inheritdoc />
|
||||
public override string Icon => "svg:aac";
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets if high efficiency should be used
|
||||
/// </summary>
|
||||
[Boolean(5)]
|
||||
[Boolean(6)]
|
||||
public bool HighEfficiency { get => base.HighEfficiency; set =>base.HighEfficiency = value; }
|
||||
|
||||
protected override bool SetId3Tags => true;
|
||||
}
|
||||
Reference in New Issue
Block a user