Uses of Class
se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSection
Packages that use AudioAnalysisSection
-
Uses of AudioAnalysisSection in se.michaelthelin.spotify.model_objects.miscellaneous
Methods in se.michaelthelin.spotify.model_objects.miscellaneous that return AudioAnalysisSectionModifier and TypeMethodDescriptionAudioAnalysisSection.Builder.build()
AudioAnalysisSection.JsonUtil.createModelObject
(com.google.gson.JsonObject jsonObject) AudioAnalysis.getSections()
Get the set of section markers, in seconds.Methods in se.michaelthelin.spotify.model_objects.miscellaneous with parameters of type AudioAnalysisSectionModifier and TypeMethodDescriptionAudioAnalysis.Builder.setSections
(AudioAnalysisSection[] sections) The track sections setter.