IWICMetadataBlockReader interface
Exposes methods that provide access to all of the codec's top level metadata blocks.
Members
The IWICMetadataBlockReader interface inherits from the IUnknown interface. IWICMetadataBlockReader also has these types of members:
Methods
The IWICMetadataBlockReader interface has these methods.
| Method | Description |
|---|---|
| GetContainerFormat |
Retrieves the container format of the decoder. |
| GetCount |
Retrieves the number of top level metadata blocks. |
| GetEnumerator |
Retrieves an enumeration of each of the top level metadata blocks. |
| GetReaderByIndex |
Retrieves an IWICMetadataReader for a specified top level metadata block, providing access to the embedded metadata blocks. |
Remarks
IWICMetadataBlockReader and IWICMetadataBlockWriter operate at the root level only; that is, they provide read and write access, respectively, to the top level metadata blocks. They are implemented by IWICBitmapFrameDecode and IWICBitmapFrameEncode, respectively. To handle any metadata blocks that are not at the top level of the hierarchy, use IWICMetadataReader or IWICMetadataWriter.
Requirements
|
Minimum supported client |
Windows XP with SP2, Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
Library |
|
|
DLL |
|
See also
- Conceptual
- WIC Metadata Overview
- Overview of Reading and Writing Image Metadata
- Metadata Extensibility Overview