[Table of Contents] [docx version]
PresentationML Reference Material - Table of Contents
This element is used to include audio during an animation.
[Example: Consider adding applause sound to an animation sequence. The <audio> element is used as follows:
<p:cTn>
<p:stCondLst>...
<p:childTnLst>...
<p:subTnLst>
<p:audio>
<p:cMediaNode vol="11000">...
</p:audio>
</p:subTnLst>
</p:cTn>
End example]
Parent Elements |
childTnLst (§4.6.25); subTnLst (§4.6.78); tnLst (§4.6.87) |
Child Elements |
Subclause |
cMediaNode (Common Media Node Properties) |
§4.6.29 |
Attributes |
Description |
isNarration (Is Narration) |
This attribute indicates whether the audio is a narration for the slide.
The possible values for this attribute are defined by the XML Schema boolean datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_TLMediaNodeAudio">
<sequence>
<element name="cMediaNode" type="CT_TLCommonMediaNodeData" minOccurs="1" maxOccurs="1"/>
</sequence>
<attribute name="isNarration" type="xsd:boolean" use="optional" default="false"/>
</complexType>