Source code of Windows XP (NT5)
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.

33 lines
1.0 KiB

  1. //**************************************************************************
  2. //
  3. // Title : Wrapdef.h
  4. //
  5. // Date : 1998.01.21 1st making
  6. //
  7. // Author : Toshiba [PCS](PSY) Hideki Yagi
  8. //
  9. // Copyright 1997,1998 Toshiba Corporation. All Rights Reserved.
  10. //
  11. // -------------------------------------------------------------------------
  12. //
  13. // Change log :
  14. //
  15. // Date Revision Description
  16. // ------------ ---------- -----------------------------------------------
  17. // 1998.01.21 000.0000 1st making.
  18. //
  19. //**************************************************************************
  20. #define StreamState_Off 0x0000
  21. #define StreamState_Stop 0x0001
  22. #define StreamState_Pause 0x0002
  23. #define StreamState_Play 0x0004
  24. #define PLAY_MODE_NORMAL 0x0001
  25. #define PLAY_MODE_FAST 0x0002
  26. #define PLAY_MODE_SLOW 0x0003
  27. #define PLAY_MODE_FREEZE 0x0004
  28. #define PLAY_MODE_STILL 0x0005