ISpatialAudioMetadataCopier::Close method

Completes any necessary operations on the SpatialAudioMetadataItems object and releases the object.

Syntax


HRESULT Close();

Parameters

This method has no parameters.

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
SPTLAUD_MD_CLNT_E_NO_ITEMS_OPEN

The ISpatialAudioMetadataItems has not been opened for reading with a call to Open or the object has been closed for writing with a call to Close.

 

Requirements

Header

SpatialAudioMetadata.h

See also

ISpatialAudioMetadataCopier
ISpatialAudioMetadataReader

 

 

Show: