public interface AudioTrack extends AbstractTrack
OrientBean
for an audio track
. It
represents the metadata of a single audio record such as a song, a chapter of an audio-book, etc. Any
single audio file (ogg, mp3, flac, etc.) or any single track on an audio CD corresponds to an
AudioTrack
.AudioTrack
belongs to an AudioAlbum
that groups the tracks belonging together
(e.g. to an audio CD).PROPERTY_ALIAS_ID, PROPERTY_ALIAS_VERSION
PROPERTY_NAME_ID
Modifier and Type | Method and Description |
---|---|
LinkListProperty<Language> |
AdditionalLanguages() |
LinkProperty<AbstractArtist> |
Artist() |
IntegerProperty |
Bpm() |
LinkProperty<AbstractArtist> |
Composer() |
LinkProperty<AudioTrack> |
CoverOf() |
LinkProperty<AudioGenre> |
Genre() |
StringProperty |
MusicalKey() |
LinkProperty<Language> |
PrimaryLanguage() |
Length
Tags
Name
Id
IntegerProperty Bpm()
LinkProperty<AudioGenre> Genre()
genre
of the track.LinkProperty<AudioTrack> CoverOf()
AudioTrack
covered by this AudioTrack
.StringProperty MusicalKey()
LinkProperty<Language> PrimaryLanguage()
Language
of the track. Value will be empty if undefined, or if in no language
(e.g. instrumantal).LinkListProperty<Language> AdditionalLanguages()
Language
s of the track. Sometimes a song has verses in
different languages or the refrain is in a different language. In that case all Language
s
in addition to the primary language
should be listed here.LinkProperty<AbstractArtist> Artist()
artist
of this track.LinkProperty<AbstractArtist> Composer()
Copyright © 2001–2016 mmm-Team. All rights reserved.