You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

WhatIsEBML.dox 511B

123456789101112131415
  1. /**
  2. * \page Doc_WhatIsEBML What is EBML
  3. *
  4. * This page tries to explain what EBML is and why it is usefull.
  5. *
  6. * - see http://ebml.sourceforge.net/ for more details
  7. * - see http://ebml.sourceforge.net/specs/ for specifications
  8. * - see http://www.matroska.org/technical/specs/ for even more details
  9. *
  10. * - check libebml for a sample implementation of EBML
  11. * - check libmatroska for a sample of library using libebml
  12. * and a concrete use of EBML
  13. *
  14. * \todo Write more documentation on what EBML is
  15. */