Editing Rec plugin
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 11: | Line 11: | ||
2: stop, 0 Parameter: - RecStop | 2: stop, 0 Parameter: - RecStop | ||
3: close, 1 Parameter: int isdiscard (0=save, 1=clear recorded movie) | 3: close, 1 Parameter: int isdiscard (0=save, 1=clear recorded movie) | ||
4: geti, | 4: geti, Parameter: int giprm (must be 5 = Movie Time msec) - RecGetInfo | ||
5: md, 2 Parameter: uint8_t mdarg[0x2C8], int (must be 0x2C8 = 712) - RecSetInfo (MetaData) | 5: md, 2 Parameter: uint8_t mdarg[0x2C8], int (must be 0x2C8 = 712) - RecSetInfo (MetaData) | ||
6: etis, 1 Parameter: int time - RecSetInfo (Movie start time msec) | 6: etis, 1 Parameter: int time - RecSetInfo (Movie start time msec) | ||
Line 27: | Line 27: | ||
filename = char * [0x400] | filename = char * [0x400] | ||
notifyParam = int | notifyParam = int | ||
optFlag1 = int | optFlag1 = int | ||
ringSec = int | ringSec = int | ||
Line 35: | Line 34: | ||
srate = uint8_t | srate = uint8_t | ||
capPrio = uint8_t | capPrio = uint8_t | ||
{{Reverse engineering}}<noinclude>[[Category:Main]]</noinclude> | {{Reverse engineering}}<noinclude>[[Category:Main]]</noinclude> |