2.2.4.68 CT_MediaLocal

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Powerpoint.Interface.Shared

A complex type that SHOULD<29> specify a media object that is stored within the presentation.

 <xs:complexType name="CT_MediaLocal" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element name="autoPlay" type="xs:boolean"/>
     <xs:element name="ct" nillable="true" type="xs:string"/>
     <xs:element name="dur" type="xs:unsignedInt"/>
     <xs:element name="fullscreen" type="xs:boolean"/>
     <xs:element name="hideWhenStopped" type="xs:boolean"/>
     <xs:element name="id" nillable="true" type="xs:string"/>
     <xs:element name="narration" type="xs:boolean"/>
     <xs:element name="playAcrossSlides" type="xs:unsignedInt"/>
     <xs:element name="repeat" type="xs:unsignedInt"/>
     <xs:element name="rewind" type="xs:boolean"/>
     <xs:element name="src" nillable="true" type="xs:string"/>
     <xs:element name="trimEnd" type="xs:unsignedInt"/>
     <xs:element name="trimStart" type="xs:unsignedInt"/>
     <xs:element name="volume" type="xs:double"/>
   </xs:sequence>
 </xs:complexType>

autoPlay: An xs:boolean ([XMLSCHEMA2] section 3.2.2) element that specifies whether the media begins playing automatically.

ct: An xs:string ([XMLSCHEMA2] section 3.2.1) element that specifies the content type of the media.

dur: An xs:unsignedInt ([XMLSCHEMA2] section 3.3.22) element that specifies the duration of the media, in milliseconds.

fullscreen:  An xs:boolean ([XMLSCHEMA2] section 3.2.2) element that specifies whether the media is expanded to fill the screen when playing.

hideWhenStopped:  An xs:boolean ([XMLSCHEMA2] section 3.2.2) element that specifies whether the media is hidden when it is not playing.

id: Reserved. MUST be ignored.

narration: An xs:boolean ([XMLSCHEMA2] section 3.2.2)element that specifies whether the media is a narration sound.

playAcrossSlides: An xs:unsignedInt ([XMLSCHEMA2] section 3.3.22)element that specifies the number of slides across which the media is played. If the media does not play across slides, the value MUST be zero.

repeat: An xs:unsignedInt ([XMLSCHEMA2] section 3.3.22)element that specifies the number of times media playback is repeated. If media playback is not repeated, the value MUST be zero.

rewind: An xs:boolean ([XMLSCHEMA2] section 3.2.2)element that specifies whether the media returns to the starting position when playback is complete.

src: An xs:string ([XMLSCHEMA2] section 3.2.1) element that specifies the URL for the media resource.

trimEnd: An xs:unsignedInt ([XMLSCHEMA2] section 3.3.22) element that specifies the time offset before the end of the media timeline at which to stop playback of the media, specified in milliseconds.

trimStart: An xs:unsignedInt ([XMLSCHEMA2] section 3.3.22) element that specifies the time offset after zero at which to begin playback of the media, specified in milliseconds.

volume: An xs:double ([XMLSCHEMA2] section 3.2.5) element that specifies the playback volume for the media. The value MUST be greater than or equal to 0 and less than or equal to 1.