Click or drag to resize

IJsonTechnicalMetadata Methods


The IJsonTechnicalMetadata type exposes the following members.

Methods
  Name Description
Public method DeserializeT Deserialize the JSON into an actual object
Public method Item Retrieves an arbitrary piece of metadata by track name and key
(Inherited from ITechnicalMetadata)
Public method Keys Retrieves list of keys within a track
(Inherited from ITechnicalMetadata)
Public method PrettyPrint Format the JSON content to have proper line returns and tabbings, in order to be human-readable
Public method Serialize Generates xml structure on this piece of technical metadata and append to the provided Xmp metadata
(Inherited from ITechnicalMetadata)
Public method Tracks Retrieves list of track names
(Inherited from ITechnicalMetadata)
Top
See Also