DocBook Publishers: The Definitive Guide  (Version 1.2.1 for DocBook 5.1)

audiodata

audiodata — Pointer to external audio data.

Synopsis

audiodata ::=

Attributes

Common attributes.

Additional attributes:

  • align (enumeration)
    • “center”
    • “char”
    • “justify”
    • “left”
    • “right”
  • autoplay
  • classid
  • contentdepth
  • contentwidth
  • depth
  • Each of:
    • format
    • Exactly one of:
      • fileref (anyURI)
      • entityref (ENTITY)
  • scale (positiveInteger)
  • scalefit (enumeration)
    • “0”
    • “1”
  • valign (enumeration)
    • “bottom”
    • “middle”
    • “top”
  • width

Required attributes are shown in bold.

Description

This empty element points to external audio data.

Processing expectations

There are two ways to provide content for audiodata: entityref or fileref. It is best to use only one of these methods. However, if multiple sources are provided, entityref will be used in favor of fileref.

Attributes

Common attributes.

align

Specifies the (horizontal) alignment of the video data

Enumerated values:
“center”

Centered horizontally

“char”

Aligned horizontally on the specified character

“justify”

Fully justified (left and right margins or edges)

“left”

Left aligned

“right”

Right aligned

autoplay

Specifies the autoplay setting for a media object player

classid

Specifies a classid for a media object player

contentdepth

Specifies the depth of the content rectangle

contentwidth

Specifies the width of the content rectangle

depth

Specifies the depth of the element

entityref

Identifies the location of the data by external identifier (entity name)

fileref

Indentifies the location of the data by URI

format

Specifies the format of the data

scale

Specifies the scaling factor

scalefit

Determines if anamorphic scaling is forbidden

Enumerated values:
“0”

False (do not scale-to-fit; anamorphic scaling may occur)

“1”

True (scale-to-fit; anamorphic scaling is forbidden)

valign

Specifies the vertical alignment of the video data

Enumerated values:
“bottom”

Aligned on the bottom of the region

“middle”

Centered vertically

“top”

Aligned on the top of the region

width

Specifies the width of the element

Parents

These elements contain audiodata: audioobject.

Children

The following elements occur in audiodata: info (db.titleforbidden.info), multimediaparam.

Examples

See audioobject for an example.