audioobject

audioobject — A wrapper for audio data and its associated meta-information

Synopsis

Content Model

audioobject ::=

Description

AudioObject is a wrapper for AudioData.

Processing expectations

Its content is rendered aurally or not at all. It might not be rendered, depending on its placement within a MediaObject or InlineMediaObject and the constraints on the publishing system. For a more detailed description of the semantics involved, see MediaObject.

Parents

These elements contain audioobject: inlinemediaobject, mediaobject.

Children

The following elements occur in audioobject: audiodata, info (db.titleforbidden.info).

See Also

caption, imageobject, inlinemediaobject, mediaobject, textobject, videoobject

Examples

<article xmlns='http://docbook.org/ns/docbook'>
<title>Example audioobject</title>

<mediaobject>
  <audioobject>
    <audiodata fileref="phaser.wav"/>
  </audioobject>
  <textobject>
    <phrase>A <trademark>Star Trek</trademark> phaser sound effect</phrase>
  </textobject>
</mediaobject>

</article>

ChangeLog

This alpha reference page is $Revision: 1.4 $ published $Date: 2005/07/07 16:40:23 $.