IModelObjectpublic class AudioAnalysisMeta extends AbstractModelObject
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AudioAnalysisMeta.Builder |
Builder class for building
AudioAnalysisMeta instances. |
static class |
AudioAnalysisMeta.JsonUtil |
JsonUtil class for building
AudioAnalysisMeta instances. |
IModelObject.IJsonUtil<T>| Modifier and Type | Method | Description |
|---|---|---|
AudioAnalysisMeta.Builder |
builder() |
Create a builder for building an instance of a model object.
|
Float |
getAnalysisTime() |
Get the duration of the audio analysis, eg.
|
String |
getAnalyzerVersion() |
Get the version of the Analyzer software, which is used to create audio analysis data.
|
String |
getDetailedStatus() |
Get the detailed status of the Analyzer software after creating the audio analysis.
|
String |
getInputProcess() |
Get the input process of the audio analysis.
|
String |
getPlatform() |
Get the platform, on which the audio analysis was created.
|
Integer |
getStatusCode() |
Get the exit status code of the Analyzer software.
|
Long |
getTimestamp() |
Get the timestamp when the audio analysis object has been created by the Analyzer software.
|
public String getAnalyzerVersion()
public String getPlatform()
public String getDetailedStatus()
public Integer getStatusCode()
public Long getTimestamp()
public Float getAnalysisTime()
public String getInputProcess()
libvorbisfile L+R 44100->22050, which lowers the sample rate of the track. (probably to reduce the duration
of the audio analysis)public AudioAnalysisMeta.Builder builder()
IModelObjectCopyright © 2019. All rights reserved.