- public
int
width { set; get; }
The width of the item in pixels. A value of -1 means that the width is
unknown and will not, or did not, appear in DIDL-Lite XML.
- public
int
height { set; get; }
The height of the item in pixels. A value of -1 means that the height
is unknown and will not, or did not, appear in DIDL-Lite XML.
- public
int
color_depth { set; get; }
The number of bits per pixel used to represent the video resource. A
value of -1 means that the color depth is unknown and will not, or did not, appear in DIDL-Lite XML.
- public
ArrayList
<Thumbnail> thumbnails { set; get; }
Thumbnail pictures to represent the video.