Mp3AudioEncoderConfigurationAdvancedNoiseShaping Property |
Gets or sets the Advanced Noise Shaping Algorithm.
Namespace: StreamCoders.EncoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool AdvancedNoiseShaping { get; set; }
Public Property AdvancedNoiseShaping As Boolean
Get
Set
public:
property bool AdvancedNoiseShaping {
bool get ();
void set (bool value);
}
member AdvancedNoiseShaping : bool with get, set
Property Value
Type:
Boolean
Set true to enable, otherwise false. Default: false.
See Also