MP3GainOperation Enumeration

Specifies a MP3Gain operation.

Definition

Namespace: DevCase.ThirdParty.MP3Gain
Assembly: DevCase.net48.ThirdParty.MP3gain (in DevCase.net48.ThirdParty.MP3gain.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum MP3GainOperation

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed applications:

MP3Gain (mp3gain.exe)

Members

CheckTagInfo 1 Checks whether the file contains a valid APEv2 mp3gain tag info.
ApplyGain 2 Applies a volume gain change.
ApplyChannelGain 3 Applies a volume gain change on a channel.
SetGain 4 Sets the global volume gain.
UndoGain 5 Undoes all the mp3gain volume changes made.

See Also