Uses of Class
yearreview.app.data.sources.audio.database.AudioPiece
-
Uses of AudioPiece in yearreview.app.data.sources.audio.database
Modifier and TypeFieldDescriptionfinal AudioPiece
ListeningEvent.listenedTo
Piece that was listened to.Modifier and TypeMethodDescriptionAudioDatabase.getPiece
(String name, List<AudioData> data, AudioData.Type type) Gets AudioPiece from the database.ModifierConstructorDescriptionListeningEvent
(AudioPiece listenedTo, Instant time, Duration duration) Constructs a new ListeningEvent.