Share

feed

The <feed> element allows you to manage and reference different qualities and resolutions for the parent <track>.

The vuid attribute indicates the version of the <feed>.

  • Within a <track>, each <feed> has a different vuid.
  • Across multiple <track>, any <feed> with matching vuid constitute a version.

<span> elements within a <feed>must all contain the same type of media, (as defined by the media handler used by the Gateway.)

<feeds currentVersion="v2">
<feed vuid="v1" uid="f1">...
AttributeDescriptionData TypeAllowed ValuesAttribute is...
typeThe data type of the element.character datafeedRequired
versionVersion of the xml element. Do not use, unless mixing and matching differing xml schema versions, which should not be done.unsigned integer4Implied
vuidIdentifies the version of the feed. In a <track> element, no two <feed> elements can have the same vuid.

<feed> elements in different <track> elements can share the same vuid.

IDany unique (within <feeds>)Required
uidUniquely identifies the feed within the .clip file. Duplicate uid in a .clip are not allowed. We recommend that you use a GUID, but any unique identifier will do.IDany unique (within .clip)Required

Children

MandatoryChildren
spanshandler?,storageFormat?,sampleRate?,startTimecode?,startOffset?,userData?,comment?

Parent

Was this information helpful?