<audio>
(Audio)
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]
Child Elements |
Subclause |
---|---|
|
Attributes |
Description |
---|---|
|
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>