Uses of Class
yearreview.app.data.sources.audio.database.AudioPiece
Packages that use AudioPiece
-
Uses of AudioPiece in yearreview.app.data.sources.audio.database
Fields in yearreview.app.data.sources.audio.database declared as AudioPieceModifier and TypeFieldDescriptionfinal AudioPiece
ListeningEvent.listenedTo
Piece that was listened to.Methods in yearreview.app.data.sources.audio.database that return AudioPieceModifier and TypeMethodDescriptionAudioDatabase.getPiece
(String name, List<AudioData> data, AudioData.Type type) Gets AudioPiece from the database.Constructors in yearreview.app.data.sources.audio.database with parameters of type AudioPieceModifierConstructorDescriptionListeningEvent
(AudioPiece listenedTo, Instant time, Duration duration) Constructs a new ListeningEvent.