By Norman Walsh & Leonard Muellner 1st Edition October 1999 1-56592-580-7, Order Number: 5807 652 pages, $36.95 , Includes CD-ROM |
DocBook: The Definitive Guide | ||
---|---|---|
Prev | Next |
AudioObject ::= (ObjectInfo?,AudioData)
Common attributes
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.
These elements contain AudioObject: InlineMediaObject, 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>
A Star Trek™ phaser sound effect
Prev | Home | Next |
AudioData | Up | Author |
Back to: DocBook: The Definitive Guide
© 1999, O'Reilly & Associates, Inc.