Main Page | Modules | Data Structures | File List | Data Fields | Globals | Examples

Multitrack input media in CMML

With CMML it is possible to create markup for several, potentially interleaved, media files. This is specified in the stream tag by giving several source tags which each point to a media file. The "start" tag specifies at what time the media file should be inserted. In case of temporally overlapping media files they are regarded as interleaved files.

This is an example of such a specification:

<stream timebase="npt:0"> <source contenttype="video/x-theora" location="fish.ogg" start="npt:0"/> <source contenttype="audio/x-vorbis" location="fishsound.ogg" start="npt:0"/> <source contenttype="audio/x-speex" location="comments.spx" start="npt:7"/> </stream>

Generated on Fri Aug 13 21:53:11 2004 for libcmml by doxygen 1.3.7