Hey there!
I’m working with the Creative Cloud API, and I want to fetch all elements (images and videos) from a given CC Library. I’m using this API call with one selector: representations
.
I noticed that video element representations have a data field video#data
that stores the video duration, but it doesn’t seem to have any data stored for the video’s height and width dimensions.
Can someone verify whether or not height/width data is obtainable from a video representation? If not, will this be something available in the future?
Any help is appreciated
Thanks!