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.

Doc_BoxAlgorithm_GenericStreamWriter.dox-part 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /**
  2. * \page BoxAlgorithm_GenericStreamWriter Generic stream writer
  3. __________________________________________________________________
  4. Detailed description
  5. __________________________________________________________________
  6. * |OVP_DocBegin_BoxAlgorithm_GenericStreamWriter_Description|
  7. This box is able to dump any OpenViBE stream into a binary file. In the cacse where this box
  8. would have multiple inputs, the streams would be multiplexed in the file. Such file can
  9. be read back with the \ref Doc_BoxAlgorithm_GenericStreamReader
  10. * |OVP_DocEnd_BoxAlgorithm_GenericStreamWriter_Description|
  11. __________________________________________________________________
  12. Inputs description
  13. __________________________________________________________________
  14. * |OVP_DocBegin_BoxAlgorithm_GenericStreamWriter_Inputs|
  15. You can add any input you want to this box depending on the number of streams you want to dump.
  16. In the cacse where this box would have multiple inputs, the streams would be multiplexed in the file.
  17. * |OVP_DocEnd_BoxAlgorithm_GenericStreamWriter_Inputs|
  18. * |OVP_DocBegin_BoxAlgorithm_GenericStreamWriter_Input1|
  19. The default input.
  20. <b>Note: it important to correctly configure the type of the inputs</b>. That information will be
  21. used by the \ref Doc_BoxAlgorithm_GenericStreamReader to map the contained streams to its outputs.
  22. * |OVP_DocEnd_BoxAlgorithm_GenericStreamWriter_Input1|
  23. __________________________________________________________________
  24. Settings description
  25. __________________________________________________________________
  26. * |OVP_DocBegin_BoxAlgorithm_GenericStreamWriter_Settings|
  27. * |OVP_DocEnd_BoxAlgorithm_GenericStreamWriter_Settings|
  28. * |OVP_DocBegin_BoxAlgorithm_GenericStreamWriter_Setting1|
  29. This setting points to the file to write the streams to.
  30. * |OVP_DocEnd_BoxAlgorithm_GenericStreamWriter_Setting1|
  31. * |OVP_DocBegin_BoxAlgorithm_GenericStreamWriter_Setting2|
  32. Thanks to this setting, you can use compression on each input stream. This means that the basic
  33. structure of the file remains uncompressed but that each stream inside this structure is compressed.
  34. <b>Note: this is not implemented at the moment</b>.
  35. * |OVP_DocEnd_BoxAlgorithm_GenericStreamWriter_Setting2|
  36. __________________________________________________________________
  37. Examples description
  38. __________________________________________________________________
  39. * |OVP_DocBegin_BoxAlgorithm_GenericStreamWriter_Examples|
  40. * |OVP_DocEnd_BoxAlgorithm_GenericStreamWriter_Examples|
  41. __________________________________________________________________
  42. Miscellaneous description
  43. __________________________________________________________________
  44. * |OVP_DocBegin_BoxAlgorithm_GenericStreamWriter_Miscellaneous|
  45. * |OVP_DocEnd_BoxAlgorithm_GenericStreamWriter_Miscellaneous|
  46. */