Descriptor.Metadata

Syntax

Metadata: Object;

Description

This property determines object metadata.

Comments

Use JSON or the setMetadata method to set the property value, and the getMetadata method to get the property value.

For the PP.Exp.EaxAnalyzer class the setMetadata method is predefined. The following parameters are defined for the method:

value. Report metadata.

isDefaultMd. Determines if the metadata specified in the value parameter contains all necessary data for the report If it is set to True, metadata contains all necessary data for the report. If it is set to False, already available data will be also used.

See also:

Descriptor