IXStudioFileIterator::GetStreamMetaDataKeys Method

Important The XStudio native C nano-COM APIs have been deprecated in favor of the KStudio native C nano-COM APIs.
Gets stream-level binary keys for all metadata tags.

Syntax

public:
HRESULT GetStreamMetaDataKeys(
         const GUID &streamType,
         UINT16 flags,
         wchar_t *pBuffer,
         UINT32 *pBufferSize
)  

Parameters

streamType
Type: GUID 

[in] The stream type.

flags
Type: UINT16 

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

pBuffer
Type: wchar_t *

A pointer to the buffer that receives null-terminated string values for all metadata tags.

pBufferSize
Type: UINT32 *

[in, out] The size, in bytes, of the buffer pointer to by pBuffer.

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).