Syndication/spec/media:text
From Steeple
< Syndication | spec
The Steeple RSS/Atom module, an extension of the Yahoo Media module, version 0.1
Home
We add
s:kind="subtitles|cc|chapter|keywords|description|annotation"
to <media:text> in order to be able to use the <media:text> construct for for subtitles, close captions, chapters, timed keywords, annotations, etc.
Examples:
<!-- representation of subtitles --> <media:text start="00:00:00.000" xml:lang="en" s:kind="subtitles">content for close captions / subtitles</media:text> <media:text start="00:01:00.000" xml:lang="en" s:kind="subtitles">content for close captions / subtitles</media:text> <media:text start="00:01:20.000" xml:lang="en" s:kind="subtitles">content for close captions / subtitles</media:text> <media:text start="00:02:10.000" xml:lang="en" s:kind="subtitles">content for close captions / subtitles</media:text> <!-- representation of close captions --> <media:text start="00:00:00.000" xml:lang="en" s:kind="cc">content for close captions / subtitles</media:text> <!-- where subtitles are in an external file, the <media:subTitle> is used --> <media:subTitle type="application/smil" lang="en-us" href="http://www.example.org/subtitle.smil" /> <!-- additional timed information --> <media:text start="00:00:00.000" xml:lang="en" s:kind="chapter">chapter</media:text> <media:text start="00:00:00.000" xml:lang="en" s:kind="keywords">timed keywords</media:text> <media:text start="00:00:00.000" xml:lang="en" s:kind="description">additional description</media:text>
