Sync Media Engine Event Target Xml Element Node Data
class SyncMediaEngineEventTargetXmlElementNodeData(val nodeType: EngineEventTargetNodeType = EngineEventTargetNodeType.SYNC_MEDIA_XML_ELEMENT, val parent: SyncMediaEngineEventTargetXmlElementNodeData?, val attributes: List<AttributeData>, val namespaceURI: String?, val nodeName: String, val prefix: String?, val endPosition: SyncMediaTimelinePositionData, val startPosition: SyncMediaTimelinePositionData) : EngineEventTargetXmlElementNodeData
Contains information related to an ISyncMediaEngineEventTarget
.
Constructors
Link copied to clipboard
constructor(nodeType: EngineEventTargetNodeType = EngineEventTargetNodeType.SYNC_MEDIA_XML_ELEMENT, parent: SyncMediaEngineEventTargetXmlElementNodeData?, attributes: List<AttributeData>, namespaceURI: String?, nodeName: String, prefix: String?, endPosition: SyncMediaTimelinePositionData, startPosition: SyncMediaTimelinePositionData)
Properties
Link copied to clipboard
The attributes specified on this element.
Link copied to clipboard
The ISyncMediaTimelinePosition
corresponding to the end of this element.
Link copied to clipboard
The XML namespace URI for this element.
Link copied to clipboard
Describes the type of node. This can be used to determine the correct sub-type this instance can be casted to.
Link copied to clipboard
The parent node of this instance, or null if this is the root node.
Link copied to clipboard
The ISyncMediaTimelinePosition
corresponding to the start of this element.