2.3.3.17 CT_MediaSeekEventRecord

Target namespace: http://schemas.microsoft.com/office/powerpoint/2010/main

Referenced by: CT_ShowEventRecordList

A complex type that specifies a media seek event that occurs during slide show.

Attributes:

time: An ST_UniversalTimeOffset attribute (section 2.3.4.6) that specifies the time that the event occurs. The value is relative to the beginning of the slide timeline, which does not include slide transition time.

objId: An a:ST_DrawingElementId attribute ([ISO/IEC29500-4:2016] section A.5.1) that specifies the identifier of the media object on the slide that is the target of this event.

seek: An ST_UniversalTimeOffset attribute (section 2.3.4.6) that specifies the time of the position to seek to in the media stream.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_MediaSeekEventRecord">
   <xsd:attribute name="time" type="p14:ST_UniversalTimeOffset" use="required"/>
   <xsd:attribute name="objId" type="a:ST_DrawingElementId" use="required"/>
   <xsd:attribute name="seek" type="p14:ST_UniversalTimeOffset" use="required"/>
 </xsd:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).