Uses of Class
com.tagtraum.audiokern.key.KeyFormat
-
Packages that use KeyFormat Package Description com.tagtraum.audiokern Core audio classes for decoding, playing and analyzing audio data.com.tagtraum.audiokern.key Classes dealing with tonality, keys etc.com.tagtraum.beatunes Application for analyzing songs and sorting them based on how they match each other. -
-
Uses of KeyFormat in com.tagtraum.audiokern
Methods in com.tagtraum.audiokern that return KeyFormat Modifier and Type Method Description static KeyFormatAudioMetaData. getKeyFormat()Methods in com.tagtraum.audiokern with parameters of type KeyFormat Modifier and Type Method Description static voidAudioMetaData. setKeyFormat(KeyFormat keyFormat) -
Uses of KeyFormat in com.tagtraum.audiokern.key
Methods in com.tagtraum.audiokern.key that return KeyFormat Modifier and Type Method Description static KeyFormatKeyFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyFormat[]KeyFormat. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of KeyFormat in com.tagtraum.beatunes
Methods in com.tagtraum.beatunes that return KeyFormat Modifier and Type Method Description KeyFormatGeneralPreferences. getKeyExportFormat()
-