AnalyzeAudioFileAndMetadataJob
Analyzes an audio file and returns the technical audio format. Optionally it also returns metadata and markers from within the file.

Properties

Input
| Name | Description |
|---|---|
| FilePath | File path to audio |
| MetadataOptions | If MetadataOptions equals :
Note: if the MetadataOptions is set to have the markers and no marker is present then an empty xml string is returned with a UTF-16 encoding. Supported audio formats/types for the metadata are OGG(RAW), FLAC(RAW), WAV, BWF, ID3V2. |
| Options | Audio32 option strings |
Output
| Name | Description |
|---|---|
| Format | Audio32 section string describing technical audio format |
| Metadata | Metadata string |
| Markers | XML document describing markers |