20.1.3.3 end

This element specifies the end point for a CD Audio sound element. Encompassed within this element are the time and track at which the sound should halt its playback. This element is used in conjunction with an Audio Start Time element to specify the time span for an entire audioCD sound element.

[Example: Consider the following DrawingML.

<a:audioCd>
  <a:st track="1" time="2"/>
  <a:end track="3" time="65"/>
</a:audioCd>

In the above example, the audioCD sound element shown specifies for a portion of audio spanning from 2 seconds into the first track to 1 minute, 5 seconds into the third track. end example]

Attributes

track (Track)

Specifies which track of the CD this Audio stops playing at. This attribute is required and cannot be omitted.

The possible values for this attribute are defined by the W3C XML Schema unsignedByte datatype.

time (Time)

Specifies the time in seconds that the CD Audio should be stopped at. If this attribute is omitted, then a value of 0 is assumed.

The possible values for this attribute are defined by the W3C XML Schema unsignedInt datatype.

[Note: The W3C XML Schema definition of this element’s content model (CT_AudioCDTime) is located in A.4.1. end note]

Last updated on