ToiDlnaContentDirectoryServiceProperty Interface Reference


Description

This is the documentation for ToiDlnaContentDirectoryServiceProperty.
This structure contains information for a property. Use toi.statics.ToiDlnaContentDirectoryServiceProperty.create(<id>, <subIndex>, <value>) to create an instance of ToiDlnaContentDirectoryServiceProperty.

import "ToiDlnaContentDirectoryServiceProperty.idl";

List of all members.

Public Attributes

attribute
ToiDlnaContentDirectoryService::TToiPropertyId 
id
attribute long subIndex
attribute string value

Member Data Documentation

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.