IXStudioPlayback::GetBinaryMetaData Method

Important The XStudio native C nano-COM APIs have been deprecated in favor of the KStudio native C nano-COM APIs.
Gets a file-level binary metadata tag for the specified key.

Syntax

public:
HRESULT GetBinaryMetaData(
         UINT16 *pFlags,
         const GUID &key,
         void *pValue,
         UINT32 *pValueSize
)  

Parameters

pFlags
Type: UINT16 *

[in, out, optional] One or more XSTUDIO_FILE flags indicating properties of the metadata.

key
Type: GUID 

[in] A GUID that identifies the metadata.

pValue
Type: void *

A pointer to the buffer containing the metadata.

pValueSize
Type: UINT32 *

[in, out] The size, in bytes, of the buffer pointed to by pValue.

Return value

Type: HRESULT 

S_OK if successful; an error code otherwise.

Requirements

Header: Declared in xstudio.h.

Library: Use xstudioclient.lib (console) or xstudioservice.lib (desktop).