pull/262/head
Dave Jones 2021-06-09 14:02:45 -05:00
rodzic bf750e5a48
commit e88a694442
1 zmienionych plików z 13 dodań i 12 usunięć

Wyświetl plik

@ -20,18 +20,19 @@ Lastly, I propose optional information to verify integrity of downloaded media v
## Specification
- **\<podcast:alternateEnclosure**
type="[mime type]"
length="[(int)]"
bitrate="[(float)]"
height="[(int)]"
lang="[(string)]"
title="[(string)]"
rel="[(string)]"
codecs="[(string)]"
default="[(boolean)]">
[one or more of <podcst:source> and <podcast:integrity>]
**\</podcast:alternateEnclosure>**
- **\<podcast:alternateEnclosure**<br>
type="[mime type]"<br>
length="[(int)]"<br>
bitrate="[(float)]"<br>
height="[(int)]"<br>
lang="[(string)]"<br>
title="[(string)]"<br>
rel="[(string)]"<br>
codecs="[(string)]"<br>
default="[(boolean)]"><br>
[one or more of <podcst:source> and <podcast:integrity>]<br>
**\</podcast:alternateEnclosure>**<br>
Item (optional | multiple)
This element defines a media file. One or more `<podcast:source>` tags must be contained within this element to list available methods to obtain the file. This is meant to provide different versions of a media file -- such as low or high bitrate, alternate formats (different codecs or video), alternate URI schemes (IPFS or live streaming), or alternate download types not indicated by the URI and type (like torrents).