Uses of Class
com.amilesend.onedrive.resource.item.type.Audio.AudioBuilder
Packages that use Audio.AudioBuilder
-
Uses of Audio.AudioBuilder in com.amilesend.onedrive.resource.item.type
Methods in com.amilesend.onedrive.resource.item.type that return Audio.AudioBuilderModifier and TypeMethodDescriptionThe album title.Audio.AudioBuilder.albumArtist(String albumArtist) The album artist.The performing artist.Audio.AudioBuilder.bitrate(long bitrate) The bitrate in kbps.static Audio.AudioBuilderAudio.builder()The composer.The copyright information.Audio.AudioBuilder.disc(short disc) The disc number associated with the track.Audio.AudioBuilder.discCount(short discCount) The total number of discs associated with the album.Audio.AudioBuilder.duration(long duration) The duration in milliseconds.The music genre.Audio.AudioBuilder.hasDrm(boolean hasDrm) Indicates if the audio file is protected with digital rights management.Audio.AudioBuilder.isVariableBitrate(boolean isVariableBitrate) indicates if the file isencoded with a variable bitrate.The song title.Audio.AudioBuilder.track(int track) The track number for the associated album.Audio.AudioBuilder.trackCount(int trackCount) The total number of tracks for the associated album.Audio.AudioBuilder.year(int year) The year the track was recorded.