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";
Public Attributes | |
attribute string | objectId |
attribute string | parentId |
attribute string | objectClass |
attribute string | title |
attribute long | serverIndex |
attribute ToiDlnaContentDirectoryService::TToiPropertySequence | properties |
attribute string ToiDlnaContentDirectoryServiceCdsObject::objectClass |
The class of the object.
attribute string ToiDlnaContentDirectoryServiceCdsObject::objectId |
The CDS identifier of the object.
attribute string ToiDlnaContentDirectoryServiceCdsObject::parentId |
The CDS identifier of the parent object.
attribute ToiDlnaContentDirectoryService::TToiPropertySequence ToiDlnaContentDirectoryServiceCdsObject::properties |
Sequence of properties.
attribute long ToiDlnaContentDirectoryServiceCdsObject::serverIndex |
The index this object has on media server. This information is only valid for the operation that read this object.
attribute string ToiDlnaContentDirectoryServiceCdsObject::title |
The title of the object, UTF-8 encoded.