Uses of Class
com.tagtraum.audiokern.AudioMetaData
-
Packages that use AudioMetaData Package Description com.tagtraum.audiokern Core audio classes for decoding, playing and analyzing audio data.com.tagtraum.beatunes.library Classes that load and manage the library. -
-
Uses of AudioMetaData in com.tagtraum.audiokern
Methods in com.tagtraum.audiokern that return AudioMetaData Modifier and Type Method Description static AudioMetaDataAudioMetaData. get(Path file)Creates anAudioMetaDataobject for the given file if possible.static AudioMetaDataAudioMetaData. get(Path file, BasicFileAttributes basicFileAttributes, FileId fileId, boolean lazyRead)Creates anAudioMetaDataobject for the given file if possible. -
Uses of AudioMetaData in com.tagtraum.beatunes.library
Methods in com.tagtraum.beatunes.library that return AudioMetaData Modifier and Type Method Description AudioMetaDataSong. getAudioMetaData()Gets some audio meta data for this song from the actual file.AudioMetaDataSong. getAudioMetaData(boolean fresh)Gets some audio meta data for this song from the actual file.Methods in com.tagtraum.beatunes.library with parameters of type AudioMetaData Modifier and Type Method Description protected voidAudioSongFacade. updateTempoTimbreColor(AudioMetaData audioMetaData)
-