MP3GainOperation Enumeration
Specifies a MP3Gain operation.
Namespace: DevCase.ThirdParty.MP3GainAssembly: 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
Public Enumeration MP3GainOperation
Dim instance As MP3GainOperation
public enum class MP3GainOperation
No code example is currently available or this language may not be supported.
Note: Some functionalities of this assembly may require to install one or all of the listed applications:
MP3Gain (mp3gain.exe)
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.
|