org.ocap.hn.content
Interface VideoResource

All Superinterfaces:
ContentResource

public interface VideoResource
extends ContentResource

ContentResource to identify that a content item contains video/still image material.


Field Summary
 
Fields inherited from interface org.ocap.hn.content.ContentResource
UNKNOWN_MIME_TYPE
 
Method Summary
 int getColorDepth()
          Returns the color depth (in bits) of the video/still image.
 Dimension getResolution()
          Returns the resolution of the video/still image.
 
Methods inherited from interface org.ocap.hn.content.ContentResource
delete, getContentFormat, getContentItem, getContentSize, getCreationDate, getExtendedFileAccessPermissions, getLocator, getNetwork, getProtocol, getResourceProperty, isRenderable
 

Method Detail

getResolution

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

Returns:
the resolution of the video/still image

getColorDepth

int getColorDepth()
Returns the color depth (in bits) of the video/still image.

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


Copyright © 2011. All Rights Reserved.