audioobject

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

Synopsis

Description

An 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).

Examples

  1 <article xmlns='http://docbook.org/ns/docbook'>
  2 <title>Example audioobject</title>
    
  4 <mediaobject>
      <audioobject>
  6     <audiodata fileref="phaser.wav"/>
      </audioobject>
  8   <textobject>
        <phrase>A <trademark>Star Trek</trademark> phaser sound effect</phrase>
 10   </textobject>
    </mediaobject>
 12 
    </article>
Last revised by Norman Walsh on 6 Jun 2011 (git hash: 6ffcc7640bbc5f852a318e452c9f210f03292cb9)