ISpatialAudioMetadataReader::Open method
Opens an ISpatialAudioMetadataItems object for reading.
Syntax
HRESULT Open(
[in] ISpatialAudioMetadataItems *metadataItems
);
Parameters
- metadataItems [in]
-
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
|
Header |
|
|---|
See also
Show: