ITEM TYPE

From AVObjects Knowledge Base
Jump to: navigation, search


The ITEM_TYPE enumeration is used in some methods of the Text & Graphics Overlay Filter for specifying the time of an overlayed item.


Syntax

typedef enum ITEM_TYPE
{
    eImage,
    eRect,
    eText,
    eDate,
    eTime,
    eFrameNumber,
    eSMPTETimeCode
} ITEM_TYPE;


Remarks

None.

Personal tools