equal
deleted
inserted
replaced
54 cOnlyStats : boolean = False; |
54 cOnlyStats : boolean = False; |
55 {$IFDEF USE_VIDEO_RECORDING} |
55 {$IFDEF USE_VIDEO_RECORDING} |
56 RecPrefix : shortstring; |
56 RecPrefix : shortstring; |
57 cAVFormat : shortstring; |
57 cAVFormat : shortstring; |
58 cVideoCodec : shortstring; |
58 cVideoCodec : shortstring; |
59 cVideoFramerateNum : LongInt = 25; |
59 cVideoFramerateNum : LongInt; |
60 cVideoFramerateDen : LongInt = 1; |
60 cVideoFramerateDen : LongInt; |
61 cVideoQuality : LongInt; |
61 cVideoQuality : LongInt; |
62 cVideoPreset : shortstring; |
|
63 cAudioCodec : shortstring; |
62 cAudioCodec : shortstring; |
64 cAudioQuality : LongInt; |
|
65 {$ENDIF} |
63 {$ENDIF} |
66 ////////////////////////// |
64 ////////////////////////// |
67 cMapName : shortstring = ''; |
65 cMapName : shortstring = ''; |
68 |
66 |
69 isCursorVisible : boolean; |
67 isCursorVisible : boolean; |