Enum ValidAudioFiles
- Namespace
- RadioExt_Helper.models
- Assembly
- RadioExt-Helper.dll
Enum representing the valid audio files recognized by the radioExt mod.
This enum is mainly used for the description attributes (which are the file extensions) and not the enum values themselves.
public enum ValidAudioFiles
Fields
Flac = 3
Mp2 = 4
Mp3 = 0
Ogg = 2
Wav = 1
Wax = 5
Wma = 6