Leaked source code of windows server 2003
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.

68 lines
1.1 KiB

  1. /**************************************************************************
  2. AVStream Simulated Hardware Sample
  3. Copyright (c) 2001, Microsoft Corporation.
  4. File:
  5. TStream.cpp
  6. Abstract:
  7. History:
  8. created 1/16/2001
  9. **************************************************************************/
  10. #include "BDACap.h"
  11. /**************************************************************************
  12. Constants
  13. **************************************************************************/
  14. /**************************************************************************
  15. LOCKED CODE
  16. **************************************************************************/
  17. #ifdef ALLOC_PRAGMA
  18. #pragma code_seg()
  19. #endif // ALLOC_PRAGMA
  20. void
  21. CTsSynthesizer::
  22. SynthesizeTS (
  23. )
  24. /*++
  25. Routine Description:
  26. Synthesize a transport stream. The synthesized packets should be placed
  27. into the current synthesis buffer.
  28. Arguments:
  29. None
  30. Return Value:
  31. None
  32. --*/
  33. {
  34. //
  35. // Copy the synthesized transport stream to the synthesis buffer
  36. //
  37. }