store_metadata_sync


Description:

[ Version ( since = "0.2.0" ) ]
public List<KeyID> store_metadata_sync (Media media, List<KeyID>? keys, WriteFlags flags) throws Error

Update keys values from media in the this.

After calling this method, future queries that return this media object shall return this new value for the selected key.

This function is synchronous.

Parameters:

this

a source

media

the Media object that we want to operate on

keys

a list of KeyID whose values we want to change

flags

Flags to configure specific behaviors of the operation.

Returns:

a List of keys that could not be updated, or NULL