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>.

<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">...

Attribute Description Data Type Allowed Values Attribute is...
type The data type of the element. character data feed Required
version Version of the xml element. Do not use, unless mixing and matching differing xml schema versions, which should not be done. unsigned integer 4 Implied
vuid Identifies 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.

ID any unique (within <feeds>) Required
uid Uniquely 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. ID any unique (within .clip) Required
Children
Mandatory Children
spans handler?,storageFormat?,sampleRate?,startTimecode?,startOffset?,userData?,comment?
Parent
<feeds>