Package de.sonallux.spotify.api.models
Class AudioAnalysisMeta
java.lang.Object
de.sonallux.spotify.api.models.AudioAnalysisMeta
-
Field Summary
FieldsModifier and TypeFieldDescriptionfloatThe amount of time taken to analyze this track.The version of the Analyzer used to analyze this track.A detailed status code for this track.The method used to read the track's audio data.The platform used to read the track's audio data.intThe return code of the analyzer process.intThe Unix timestamp (in seconds) at which this track was analyzed. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
analysisTime
public float analysisTimeThe amount of time taken to analyze this track.
-
analyzerVersion
The version of the Analyzer used to analyze this track.
-
detailedStatus
A detailed status code for this track. If analysis data is missing, this code may explain why.
-
inputProcess
The method used to read the track's audio data.
-
platform
The platform used to read the track's audio data.
-
statusCode
public int statusCodeThe return code of the analyzer process. 0 if successful, 1 if any errors occurred.
-
timestamp
public int timestampThe Unix timestamp (in seconds) at which this track was analyzed.
-
-
Constructor Details
-
AudioAnalysisMeta
public AudioAnalysisMeta()
-