ISpatialAudioMetadataClient::ActivateSpatialAudioMetadataCopier method

Creates an ISpatialAudioMetadataWriter object for copying spatial audio metadata items from one ISpatialAudioMetadataItems object to another.

Syntax


HRESULT ActivateSpatialAudioMetadataCopier(
  [out] ISpatialAudioMetadataCopier ***metadataCopier
);

Parameters

metadataCopier [out]

Receives a pointer to an instance of ISpatialAudioMetadataWriter.

Return value

If the method succeeds, it returns S_OK. If it fails, possible return codes include, but are not limited to, the values shown in the following table.

Return codeDescription
E_INVALIDARG

The provided pointer is not valid.

 

See also

ISpatialAudioMetadataClient

 

 

Show: