Retrieve EssentialProperty from a DashManifest image Representation
#9579
Labels
EssentialProperty from a DashManifest image Representation
#9579
I have the following
AdaptionSetfrom a DASH manifest fileAs you can see, it defines the template for images of sizes 1280x720 and in the
Representationwe have anEssentialPropertyof value5x5which describes the fact that the image is basically an image atlas of 25 images each of 256x144 each.Is there a way to retrieve that
EssentialPropertyso that I can display the correct tile from that image?I have checked the property
essentialPropertiesfrom theAdaptionSetclass however it is an empty list and theRepresentation.MultiSegmentRepresentationdoes not seem to have anessentialPropertiesof it's own, just theinbandEventStreamsproperty.As a side note I have found this related issue, however the fix for it seems to just set the image width and height from the representation in the format structure.
Thanks in advance!
The text was updated successfully, but these errors were encountered: