$Revision: 1666 $
$Date: 2002-06-12 07:19:37 -0400 (Wed, 12 Jun 2002) $
audioobject — A wrapper for audio data and its associated meta-information
audioobject ::= (objectinfo
?,audiodata
)
The following parameter entities contain audioobject:
Parameter Entities | ||
%mediaobject.mix; |
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
.
alt
, caption
, graphic
, imageobject
, inlinegraphic
, inlinemediaobject
, mediaobject
, textobject
, videoobject
.
<!DOCTYPE mediaobject PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> <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>