This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | NEXT_THRESHOLD (2) |
#define | PREV_THRESHOLD (-2) |
Enumerations | |
enum | uimodetype { UI_MIDISOURCE, UI_MIDIFILE, UI_WAVEFILE, UI_RECORDFILE, UI_MIDITRANSPOSE, UI_MIDIVOLUME, UI_WAVEVOLUME, UI_MIC_VOLUME, UI_MIC_GAIN, UI_VOLUME, UI_ECHOMODE, UI_BASS, UI_TREBLE, UI_MIDI_CH1, UI_MIDI_CH2, UI_MIDI_CH3, UI_MIDI_CH4, UI_MIDI_CH5, UI_MIDI_CH6, UI_MIDI_CH7, UI_MIDI_CH8, UI_MIDI_CH9, UI_MIDI_CH10, UI_MIDI_CH11, UI_MIDI_CH12, UI_MIDI_CH13, UI_MIDI_CH14, UI_MIDI_CH15, UI_MIDI_CH16, UI_END_OF_MODES } |
User Interface Modes. More... | |
enum | playingstatetype { PS_NORMAL = 0, PS_END_OF_SONG, PS_NEXT_SONG, PS_PREVIOUS_SONG, PS_CUE, PS_CUE_WAIT1003, PS_CUE_ACTION, PS_REWIND, PS_REW_WAIT1003, PS_FALLBACK_1, PS_FALLBACK_N, PS_RECORDING } |
Playing states. More... | |
Variables | |
xdata uimodetype | uiMode |
Current User Interface mode (Title, Volume, ...). | |
xdata unsigned char | volume |
|
Definition in file ui.h.
|
|
|
|
|
Playing states.
Definition at line 43 of file ui.h. 00043 { 00044 PS_NORMAL = 0, 00045 PS_END_OF_SONG, 00046 PS_NEXT_SONG, 00047 PS_PREVIOUS_SONG, 00048 PS_CUE, 00049 PS_CUE_WAIT1003, 00050 PS_CUE_ACTION, 00051 PS_REWIND, 00052 PS_REW_WAIT1003, 00053 PS_FALLBACK_1, 00054 PS_FALLBACK_N, 00055 PS_RECORDING 00057 } playingstatetype;
|
|
User Interface Modes.
Definition at line 7 of file ui.h. 00007 { 00008 //UI_MODE, 00009 UI_MIDISOURCE, 00010 UI_MIDIFILE, 00011 UI_WAVEFILE, 00012 UI_RECORDFILE, 00013 UI_MIDITRANSPOSE, 00014 UI_MIDIVOLUME, 00015 UI_WAVEVOLUME, 00016 UI_MIC_VOLUME, 00017 UI_MIC_GAIN, 00018 UI_VOLUME, 00019 UI_ECHOMODE, 00020 UI_BASS, 00021 UI_TREBLE, 00022 UI_MIDI_CH1, 00023 UI_MIDI_CH2, 00024 UI_MIDI_CH3, 00025 UI_MIDI_CH4, 00026 UI_MIDI_CH5, 00027 UI_MIDI_CH6, 00028 UI_MIDI_CH7, 00029 UI_MIDI_CH8, 00030 UI_MIDI_CH9, 00031 UI_MIDI_CH10, 00032 UI_MIDI_CH11, 00033 UI_MIDI_CH12, 00034 UI_MIDI_CH13, 00035 UI_MIDI_CH14, 00036 UI_MIDI_CH15, 00037 UI_MIDI_CH16, 00038 UI_END_OF_MODES 00039 } uimodetype;
|
|
Current User Interface mode (Title, Volume, ...).
Definition at line 62 of file player.c. Referenced by AvailableProcessorTime(), main(), and SelectWaveFile(). |
|
Definition at line 71 of file player.c. Referenced by AvailableProcessorTime(), main(), and Mp3Reset(). |