Function libCZI_WriterWriteMetadata

Function libCZI_WriterWriteMetadata#

Function Documentation#

LibCZIApiErrorCode libCZI_WriterWriteMetadata(CziWriterObjectHandle writer_object, const WriteMetadataInfoInterop *write_metadata_info_interop)#

Add the specified metadata to the writer object. The metadata is provided in the ‘write_metadata_info_interop’ structure.

Parameters:
  • writer_object – Handle to the writer object to which the metadata will be added.

  • write_metadata_info_interop – Information describing the metadata to be added.

Returns:

An error-code indicating success or failure of the operation.