format
boolean addMetadata(String key, String value)
description
Adds a metadata item to the MediaObject.
parameters
key - the unique key of the metadata item
key
value - the value of the metadata item
value
returns
TRUE - if the addition was successful
TRUE
FALSE - if the addition failed
FALSE
throws
The addMetadata() method does not throw any exceptions.
addMetadata()