DPE Web Applications 2.x

AnalyzeAudioFileAndMetadataJob

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

AnalyzeAudioFileAndMetadataJob.png

Properties

AnalyzeAudioFileAndMetadataJob_Properties.png


Input

Name

Description

FilePath

File path to audio

MetadataOptions

If MetadataOptions equals :

  • 0 then the Metadata and Markers are NOT read from the audio file

  • 1 then only the output parameter Metadata equals the metadata from the audio file and Markers parameter equals an empty string

  • 2 then only the output parameter Markers equals the markers from the audio file and Metadata parameter equals an empty string.

  • 3 then both are set

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.
For the markers: MusiFile, FLAC(RAW), WAV, BWF.

Options

Audio32 option strings

Output

Name

Description

Format

Audio32 section string describing technical audio format

Metadata

Metadata string

Markers

XML document describing markers