Uses of Class
se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisMeasure
Packages that use AudioAnalysisMeasure
-
Uses of AudioAnalysisMeasure in se.michaelthelin.spotify.model_objects.miscellaneous
Methods in se.michaelthelin.spotify.model_objects.miscellaneous that return AudioAnalysisMeasureModifier and TypeMethodDescriptionAudioAnalysisMeasure.Builder.build()
AudioAnalysisMeasure.JsonUtil.createModelObject
(com.google.gson.JsonObject jsonObject) AudioAnalysis.getBars()
Get the list of bar markers, in seconds.AudioAnalysis.getBeats()
Get the list of beat markers, in seconds.AudioAnalysisSection.getMeasure()
Get the measure of the audio analysis section object.AudioAnalysisSegment.getMeasure()
Get the measure of the audio analysis segment object.AudioAnalysis.getTatums()
Get the list of tatum markers, in seconds.Methods in se.michaelthelin.spotify.model_objects.miscellaneous with parameters of type AudioAnalysisMeasureModifier and TypeMethodDescriptionAudioAnalysis.Builder.setBars
(AudioAnalysisMeasure[] bars) Track bars setter.AudioAnalysis.Builder.setBeats
(AudioAnalysisMeasure[] beats) The track beats setter.AudioAnalysisSection.Builder.setMeasure
(AudioAnalysisMeasure measure) The measure setter.AudioAnalysisSegment.Builder.setMeasure
(AudioAnalysisMeasure measure) The measure setter.AudioAnalysis.Builder.setTatums
(AudioAnalysisMeasure[] tatums) The track tatums setter.