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 differentvuid
. - Across multiple
<track>
, any<feed>
with matchingvuid
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">...
Children
Mandatory | Children |
---|---|
spans | handler?,storageFormat?,sampleRate?,startTimecode?,startOffset?,userData?,comment? |
Parent