This is an alpha version of this book.
videoobject ::= (objectinfo?,videodata)
The following parameter entities contain videoobject:
| Parameter Entities | ||
| %mediaobject.mix; | ||
A VideoObject is a wrapper containing VideoData and its associated meta-information.
May be formatted inline or as a displayed block, depending on context. It might not be rendered at all, 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, audioobject, caption, graphic, imageobject, inlinegraphic, inlinemediaobject, mediaobject, textobject.
<!DOCTYPE mediaobject PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<mediaobject>
<videoobject>
<videodata fileref='movie.avi'/>
</videoobject>
<imageobject>
<imagedata fileref='movie-frame.gif'/>
</imageobject>
<textobject>
<para>This video illustrates the proper way to assemble an
inverting time distortion device.
</para>
<warning>
<para>
It is imperative that the primary and secondary temporal
couplings not be mounted in the wrong order. Temporal
catastrophe is the likely result. The future you destroy
may be your own.
</para>
</warning>
</textobject>
</mediaobject>
Copyright © 1999, 2000, 2001 O'Reilly & Associates, Inc.