This structure contains information for a property.
import "IToiDlnaContentDirectoryService.idl";
Public Attributes | |
IToiDlnaContentDirectoryService::TToiPropertyId | Id |
long | SubIndex |
string | Value |
The property identifier.
If there are several values for the property, this value indicates which of these values it is. For example, if an audio file has metadata that contains three artists, there will be three occurences of property PROPERTY_ARTIST in the list of properties and the subindeces will be 0, 1, and 2. If there is only one value, the sub index value will be -1.
The property value.