Content Model | |||
|
|||
Attributes | Common attributes | ||
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> |