Add a get_offset API call to make codec_advance_buffer_loc_callback work.
[Rockbox.git] / manual / platform / recorderv2fm.tex
blobd652056794f99349316a82e782f8695561d70d89
1 % $Id$ %
2 \def\UseOption{recorderv2fm}
3 \edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
4 \edef\UseOption{\UseOption,HAVE_RECORDING}
5 \edef\UseOption{\UseOption,CONFIG_TUNER}
6 \edef\UseOption{\UseOption,CONFIG_RTC}
7 \edef\UseOption{\UseOption,HAVE_RTC_ALARM}
8 \edef\UseOption{\UseOption,MASCODEC}
9 \edef\UseOption{\UseOption,RECORDER_PAD}
10 \edef\UseOption{\UseOption,archos}
12 \newcommand{\playerman}{Archos}
13 \newcommand{\playertype}{Recorder V2/FM}
14 \newcommand{\playerlongtype}{Recorder V2 and FM}
15 \newcommand{\genericimg}{112x64x1}
16 \newcommand{\specimg}{recorderv2fm}
17 %Used to name the player, e.g. ...to the \dap
18 \newcommand{\dap}{player}
19 %For use when referring to the player. E.g. the \daps\ capacity ...
20 \newcommand{\daps}{player's}
21 \newcommand{\firmwarefilename}{\fname{ajbrec.ajz}}
22 \newcommand{\screenshotsize}{4cm}
23 \newcommand{\disk}{hard disk}
25 \newcommand{\ButtonOn}{\btnfnt{On}}
26 \newcommand{\ButtonOff}{\btnfnt{Off}}
27 \newcommand{\ButtonPlay}{\btnfnt{Play}}
28 \newcommand{\ButtonUp}{\btnfnt{Up}}
29 \newcommand{\ButtonDown}{\btnfnt{Down}}
30 \newcommand{\ButtonLeft}{\btnfnt{Left}}
31 \newcommand{\ButtonRight}{\btnfnt{Right}}
32 \newcommand{\ButtonFOne}{\btnfnt{F1}}
33 \newcommand{\ButtonFTwo}{\btnfnt{F2}}
34 \newcommand{\ButtonFThree}{\btnfnt{F3}}
36 %Button actions, standard context
37 \newcommand{\ActionStdPrev}{\ButtonUp}
38 \newcommand{\ActionStdPrevRepeat}{Long \ButtonUp}
39 \newcommand{\ActionStdNext}{\ButtonDown}
40 \newcommand{\ActionStdNextRepeat}{Long \ButtonDown}
41 \newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonOff}
42 \newcommand{\ActionStdContext}{Long \ButtonPlay}
43 \newcommand{\ActionStdQuickScreen}{\ButtonFTwo}
44 \newcommand{\ActionStdMenu}{\ButtonFOne}
45 \newcommand{\ActionStdOk}{\ButtonRight{} or \ButtonOn}
47 %Button actions, wps context
48 \newcommand{\ActionWpsPlay}{\ButtonPlay}
49 \newcommand{\ActionWpsSkipNext}{\ButtonRight}
50 \newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
51 \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
52 \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
53 \newcommand{\ActionWpsStop}{\ButtonOff}
54 \newcommand{\ActionWpsVolDown}{\ButtonDown}
55 \newcommand{\ActionWpsVolUp}{\ButtonUp}
56 \newcommand{\ActionWpsPitchScreen}{\ButtonOn{} + \ButtonUp/\ButtonDown}
57 \newcommand{\ActionWpsQuickScreen}{\ButtonFTwo}
58 \newcommand{\ActionWpsMenu}{\ButtonFOne}
59 \newcommand{\ActionWpsContext}{Long \ButtonPlay}
60 \newcommand{\ActionWpsBrowse}{\ButtonOn}
61 \newcommand{\ActionWpsIdThreeScreen}{\ButtonFOne{} + \ButtonOn}
63 \newcommand{\ActionWpsAbSetBNextDir}{\ButtonOn{} + \ButtonLeft}
64 \newcommand{\ActionWpsAbSetAPrevDir}{\ButtonOn{} + \ButtonRight}
65 \newcommand{\ActionWpsAbReset}{\ButtonOn{} + \ButtonOff}
67 %Button actions, tree context
68 \newcommand{\ActionTreeWps}{\ButtonOn}
69 \newcommand{\ActionTreeStop}{\ButtonOff}
70 \newcommand{\ActionTreeEnter}{\ButtonRight}
71 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
73 %Button actions, YesNo context
74 \newcommand{\ActionYesNoAccept}{\ButtonPlay}
76 %Button actions, Setting context
77 \newcommand{\ActionSettingInc}{\ButtonUp}
78 \newcommand{\ActionSettingDec}{\ButtonDown}
80 %Button actions, Alarm screen
81 \newcommand{\ActionAlarmSet}{\ButtonPlay}
82 \newcommand{\ActionAlarmCancel}{\ButtonOff}
84 %Button actions, Virtual Keyboard Context
85 \newcommand{\ActionKbdLeft}{\ButtonLeft}
86 \newcommand{\ActionKbdRight}{\ButtonRight}
87 \newcommand{\ActionKbdSelect}{\ButtonPlay}
88 \newcommand{\ActionKbdCursorLeft}{\ButtonOn{} + \ButtonLeft}
89 \newcommand{\ActionKbdCursorRight}{\ButtonOn{} + \ButtonRight}
90 \newcommand{\ActionKbdPageFlip}{\ButtonFOne}
91 \newcommand{\ActionKbdDone}{\ButtonFTwo}
92 \newcommand{\ActionKbdAbort}{\ButtonOff}
93 \newcommand{\ActionKbdBackSpace}{\ButtonFThree}
94 \newcommand{\ActionKbdUp}{\ButtonUp}
95 \newcommand{\ActionKbdDown}{\ButtonDown}
97 %Button actions, Pitch Screen context
98 \newcommand{\ActionPsToggleMode}{\ButtonFOne}
99 \newcommand{\ActionPsIncSmall}{\ButtonUp}
100 \newcommand{\ActionPsIncBig}{Long \ButtonUp}
101 \newcommand{\ActionPsDecSmall}{\ButtonDown}
102 \newcommand{\ActionPsDecBig}{Long \ButtonDown}
103 \newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
104 \newcommand{\ActionPsNudgeRight}{\ButtonRight}
105 \newcommand{\ActionPsReset}{\ButtonOn}
106 \newcommand{\ActionPsExit}{\ButtonOff}
108 %Button actions, Recording screen context
109 \newcommand{\ActionRecPause}{\ButtonPlay}
110 \newcommand{\ActionRecFTwo}{\ButtonFTwo}
111 \newcommand{\ActionRecFThree}{\ButtonFThree}
112 \newcommand{\ActionSettingsInc}{\ButtonRight}
113 \newcommand{\ActionSettingsDec}{\ButtonLeft}
114 \newcommand{\ActionRecMenu}{\ButtonFOne}
115 \newcommand{\ActionRecExit}{\ButtonOff}