AudioObject

Name

AudioObject -- A wrapper for audio data and its associated meta-information

Synopsis

Content Model

AudioObject ::=
(ObjectInfo?,AudioData)

Attributes

Common attributes

Tag Minimization

Both the start- and end-tags are required for this element.

Parameter Entities

%mediaobject.mix;

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, ObjectInfo.

In some contexts, the following elements are allowed anywhere: BeginPage, IndexTerm.

See Also

Alt, Caption, Graphic, ImageObject, InlineGraphic, InlineMediaObject, MediaObject, TextObject, VideoObject

Examples

<!DOCTYPE mediaobject PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
<mediaobject>
<audioobject>
  <objectinfo>
    <title>Phaser sound effect</title>
  </objectinfo>
  <audiodata fileref="phaser.wav">
</audioobject>
<textobject>
<phrase>A <trademark>Star Trek</trademark> phaser sound effect</phrase>
</textobject>
</mediaobject>

A Star Trek™ phaser sound effect

Copyright © 1999 O'Reilly & Associates, Inc. All rights reserved.