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.
public:
HRESULT GetStreamMetaDataKeys(
const GUID &streamType,
UINT16 flags,
wchar_t *pBuffer,
UINT32 *pBufferSize
)
streamType
Type: GUID
[in] GUID identifying the title 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.
Type: HRESULT
S_OK if successful; an error code otherwise.
Header: Declared in xstudio.h.
Library: Use xstudioclient.lib (console) or xstudioservice.lib (desktop).