AudioObject ::= (ObjectInfo?,AudioData)
Both the start- and end-tags are required for this element.
AudioObject is a wrapper for AudioData.
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.
The following elements occur in AudioObject: AudioData, ObjectInfo.
In some contexts, the following elements are allowed anywhere: BeginPage, IndexTerm.
Alt, Caption, Graphic, ImageObject, InlineGraphic, InlineMediaObject, MediaObject, TextObject, VideoObject
<!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>
Copyright © 1999 O'Reilly & Associates, Inc. All rights reserved.