Colibrio Reader Framework API - Cloud license
    Preparing search index...

    Enumeration EngineEventTargetNodeType

    Describes the node types of EngineEventTargetNodeData instances.

    Enumeration Members

    SYNC_MEDIA_XML_ELEMENT: 101

    The node describes an XML-based element and how they relate to a SyncMediaTimeline. Used with the "syncMediaSegmentActive" engine event. Can be cast to an ISyncMediaEngineEventTargetXmlElementNodeData.

    UNKNOWN: 0

    The node type is not supported by the framework, it cannot be cast to any sub-type.

    XML_ELEMENT: 1

    The node describes an XML-based element. Can be cast to an IEngineEventTargetXmlElementNodeData