mirror of https://github.com/tongzx/nt5src
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
33 lines
1.0 KiB
//**************************************************************************
|
|
//
|
|
// Title : Wrapdef.h
|
|
//
|
|
// Date : 1998.01.21 1st making
|
|
//
|
|
// Author : Toshiba [PCS](PSY) Hideki Yagi
|
|
//
|
|
// Copyright 1997,1998 Toshiba Corporation. All Rights Reserved.
|
|
//
|
|
// -------------------------------------------------------------------------
|
|
//
|
|
// Change log :
|
|
//
|
|
// Date Revision Description
|
|
// ------------ ---------- -----------------------------------------------
|
|
// 1998.01.21 000.0000 1st making.
|
|
//
|
|
//**************************************************************************
|
|
|
|
#define StreamState_Off 0x0000
|
|
#define StreamState_Stop 0x0001
|
|
#define StreamState_Pause 0x0002
|
|
#define StreamState_Play 0x0004
|
|
|
|
|
|
#define PLAY_MODE_NORMAL 0x0001
|
|
#define PLAY_MODE_FAST 0x0002
|
|
#define PLAY_MODE_SLOW 0x0003
|
|
#define PLAY_MODE_FREEZE 0x0004
|
|
#define PLAY_MODE_STILL 0x0005
|
|
|
|
|