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.
import "IToiDlnaContentDirectoryService.idl";
Public Attributes | |
string | ObjectId |
string | ParentId |
string | ObjectClass |
string | Title |
long | ServerIndex |
IToiDlnaContentDirectoryService::TToiPropertySequence | Properties |
The class of the object.
The CDS identifier of the object.
The CDS identifier of the parent object.
IToiDlnaContentDirectoryService::TToiPropertySequence IToiDlnaContentDirectoryService::TToiCdsObject::Properties |
Sequence of properties.
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.