Yangtze River

A river that never stop flowing.
Atom Feed

Wednesday, May 04, 2005

Media - ASX format

ASX (Advanced Stream Redirector) files are not media files, but metafiles.
Metafiles provides information about files. ASX files are plain text files used to describe multimedia content:
Use ASX metafile to stream media files together achieving CD player effect where user can select previou or next.
examples:
<ASX VERSION="3.0">
<Title>Songs</Title>
<Entry>
<ref href="h01.mp3"/>
</Entry>
<Entry>
<ref href="h01.mp3"/>
</Entry>
<Entry>
<ref href="h01.mp3"/>
</Entry>
</ASX>

<ASX VERSION="3.0">
<Title>Holiday 2001</Title>
<Entry>
<ref href="holiday-1.avi"/>
</Entry>
<Entry>
<ref href="holiday-2.avi"/>
</Entry>
<Entry>
<ref href="holiday-2.avi"/>
</Entry>
</ASX>

0 Comments:

Post a Comment

<< Home