org.ocap.hn.content
Interface VideoResource


public interface VideoResource

Interface implemented by subclasses of ContentResource to identify that a content contains video/still image material.

Author:
Dr. Immo Benjes , Philips Digital Systems Labs, Redhill, UK

Method Summary
 int getColourDepth()
          Returns the colour depth (in bits) of the video/still image.
 Dimension getResolution()
          Returns the resolution of the video/still image.
 

Method Detail

getResolution

Dimension getResolution()
Returns the resolution of the video/still image.

Returns:
the resolution of the video/still image

getColourDepth

int getColourDepth()
Returns the colour depth (in bits) of the video/still image.

Returns:
the colour depth (in bits) of the video/still image.