|
Oracle Content Management SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.ifs.beans.LibraryObject | +--oracle.ifs.beans.TieLibraryObject | +--oracle.ifs.beans.PublicObject | +--oracle.ifs.beans.TiePublicObject | +--oracle.ifs.beans.Category | +--oracle.ifs.beans.TieCategory | +--oracle.ifs.beans.InterMediaSource | +--oracle.ifs.beans.TieInterMediaSource | +--oracle.ifs.beans.InterMediaVideo
InterMediaVideo subclass. This Category subclass is meant to represent meta data extracted from a video file. The extraction is performed by the InterMediaAnnotatorAgent. Typically, an instance of this class is created for movie files, in which case there will also be an instance of InterMediaMovie (and likely InterMediaAudio) also associated with the movie file.
Field Summary | |
static java.lang.String |
CLASS_NAME
This class name for this class. |
static java.lang.String |
VIDEODEPTH_ATTRIBUTE
Name of the VIDEODEPTH Attribute |
static java.lang.String |
VIDEOFRAMERATE_ATTRIBUTE
Name of the VIDEOFRAMERATE Attribute |
static java.lang.String |
VIDEOFRAMESIZE_ATTRIBUTE
Name of the VIDEOFRAMESIZE Attribute |
static java.lang.String |
VIDEOHORIZONTALRES_ATTRIBUTE
Name of the VIDEOHORIZONTALRES Attribute |
static java.lang.String |
VIDEOISGRAYSCALE_ATTRIBUTE
Name of the VIDEOISGRAYSCALE Attribute |
static java.lang.String |
VIDEOSRCHEIGHT_ATTRIBUTE
Name of the VIDEOSRCHEIGHT Attribute |
static java.lang.String |
VIDEOSRCWIDTH_ATTRIBUTE
Name of the VIDEOSRCWIDTH Attribute |
static java.lang.String |
VIDEOVERTICALRES_ATTRIBUTE
Name of the VIDEOVERTICALRES Attribute |
Fields inherited from class oracle.ifs.beans.Category |
ASSOCIATEDPUBLICOBJECT_ATTRIBUTE |
Method Summary | |
java.lang.Integer |
getVideoDepth()
returns the Number of bits defining the color depth |
java.lang.Long |
getVideoFrameRate()
returns the Frames per second |
java.lang.Long |
getVideoFrameSize()
returns the Size per Frame |
java.lang.Integer |
getVideoHorizontalRes()
returns the Horizontal Resolution in pxl/in |
boolean |
getVideoIsGrayScale()
returns true if the video contains colors, false otherwise |
java.lang.Long |
getVideoSrcHeight()
returns the Video Source Height in pixels |
java.lang.Long |
getVideoSrcWidth()
returns the Video Source Width in pixels |
java.lang.Integer |
getVideoVerticalRes()
returns the Vertical Resolution in pxl/in |
Methods inherited from class oracle.ifs.beans.Category |
getAssociatedPublicObject |
Methods inherited from class oracle.ifs.beans.LibraryObject |
equals, free, free, getAttribute, getAttributeByUpperCaseName, getAttributes, getAttributesByUpperCaseNames, getClassId, getClassObject, getDefinition, getId, getLabel, getName, getSession, invokeServerMethod, isInstanceOf, isTraced, lookupInstanceLabel, postEvent, postEvent, renderAsReader, renderAsStream, setAttribute, setAttribute, setAttributes, setAttributes, setName, toString, trace, update |
Methods inherited from interface oracle.ifs.common.LibraryObjectInterface |
getId |
Methods inherited from interface oracle.ifs.common.Traceable |
getTraceLogger, isTraced, trace |
Field Detail |
public static final java.lang.String CLASS_NAME
public static final java.lang.String VIDEOFRAMERATE_ATTRIBUTE
public static final java.lang.String VIDEOFRAMESIZE_ATTRIBUTE
public static final java.lang.String VIDEOSRCHEIGHT_ATTRIBUTE
public static final java.lang.String VIDEOSRCWIDTH_ATTRIBUTE
public static final java.lang.String VIDEOHORIZONTALRES_ATTRIBUTE
public static final java.lang.String VIDEOVERTICALRES_ATTRIBUTE
public static final java.lang.String VIDEOISGRAYSCALE_ATTRIBUTE
public static final java.lang.String VIDEODEPTH_ATTRIBUTE
Method Detail |
public java.lang.Long getVideoFrameRate() throws IfsException
IfsException
- if operation failspublic java.lang.Long getVideoFrameSize() throws IfsException
IfsException
- if operation failspublic java.lang.Long getVideoSrcHeight() throws IfsException
IfsException
- if operation failspublic java.lang.Long getVideoSrcWidth() throws IfsException
IfsException
- if operation failspublic java.lang.Integer getVideoHorizontalRes() throws IfsException
IfsException
- if operation failspublic java.lang.Integer getVideoVerticalRes() throws IfsException
IfsException
- if operation failspublic boolean getVideoIsGrayScale() throws IfsException
IfsException
- if operation failspublic java.lang.Integer getVideoDepth() throws IfsException
IfsException
- if operation fails
|
Oracle Content Management SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |