Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Opens an ISpatialAudioMetadataItems object for reading.
Syntax
HRESULT Open(
[in] ISpatialAudioMetadataItems *metadataItems
);
Parameters
[in] metadataItems
A pointer to an ISpatialAudioMetadataItems object to be opened for reading
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 |