I am trying to find all the possible options for the "class" attribute in the metadata DIDL XML piece for the AVTransport service used by UPnP. I couldn't find them in the official specs and my only source was this page. The options I got are these :
- object.item.imageItem
- object.item.audioItem
- object.item.videoItem
- object.item.playlistItem
- object.item.textItem
- object.item.bookmarkItem
- object.item.epgItem
What it turns out each of these have subItems like "object.item.audioItem.audioTrack", which is found in the official specs but with no link to any full list of possible subItems whatsoever. Is there any sources I can get that information from ?