Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Opens an ISpatialAudioMetadataItems object for writing.
Syntax
HRESULT Open(
[in] ISpatialAudioMetadataItems *metadataItems
);
Parameters
[in] metadataItems
A pointer to an ISpatialAudioMetadataItems object to be opened for writing.
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 code | Description |
---|---|
|
Open has already been called on the supplied ISpatialAudioMetadataItems since the object was created or since the last call to Close. |
|
The provided pointer is not valid. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | spatialaudiometadata.h |