ToiDlnaContentDirectoryServiceCdsObject Interface Reference


Description

This is the documentation for ToiDlnaContentDirectoryServiceCdsObject.
This structure contains information about a DLNA CDS object. Most of the object data is dependent on which properties that have been requested by the operation. Use toi.statics.ToiDlnaContentDirectoryServiceCdsObject.create(<objectId>, <parentId>, <objectClass>, <title>, <serverIndex>, <properties>) to create an instance of ToiDlnaContentDirectoryServiceCdsObject.

import "ToiDlnaContentDirectoryServiceCdsObject.idl";

List of all members.

Public Attributes

attribute string objectId
attribute string parentId
attribute string objectClass
attribute string title
attribute long serverIndex
attribute
ToiDlnaContentDirectoryService::TToiPropertySequence 
properties

Member Data Documentation

The class of the object.

The CDS identifier of the object.

The CDS identifier of the parent object.

The index this object has on media server. This information is only valid for the operation that read this object.

The title of the object, UTF-8 encoded.