DocBook: The Definitive GuideBy Norman Walsh & Leonard Muellner1st Edition October 1999 1-56592-580-7, Order Number: 5807 652 pages, $36.95 , Includes CD-ROM |
AudioObject
Synopsis
Content Model
AudioObject ::= (ObjectInfo?,AudioData)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.
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
Back to: DocBook: The Definitive Guide
© 2001, O'Reilly & Associates, Inc.