2.3.3.18 CT_MediaTrim

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

Referenced by: CT_Media

A complex type that specifies the amount of time to be trimmed from the start and end of the media during playback.

Attributes:

st: An ST_UniversalTimeOffset attribute (section 2.3.4.6) that specifies a duration of time to be removed from the start of the media during playback. It MUST be less than the total length of the media minus the end.

end: An ST_UniversalTimeOffset attribute (section 2.3.4.6) that specifies a duration of time to be removed from the end of the media during playback. It MUST be less than the total length of the media minus the st.

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

 <xsd:complexType name="CT_MediaTrim">
   <xsd:attribute name="st" type="p14:ST_UniversalTimeOffset" use="optional" default="0"/>
   <xsd:attribute name="end" type="p14:ST_UniversalTimeOffset" use="optional" default="0"/>
 </xsd:complexType>

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