Definition in filektime.h.
#include<kbaselib_h.h>#include<kbaselib_nsbegin.h>#include<kbaselib_nsend.h>


Go to the source code of this file.
Classes | |
| class | KTime |
| Class to encapsulate time units.More... | |
| class | KTimeSpan |
| Class to encapsulate time intervals.More... | |
Enumerations | |
| enum | EOldTimeMode{ eOLD_DEFAULT_MODE, eOLD_CINEMA, eOLD_PAL, eOLD_FRAMES30, eOLD_NTSC_DROP_FRAME, eOLD_FRAMES50, eOLD_FRAMES60, eOLD_FRAMES100, eOLD_FRAMES120, eOLD_NTSC_FULL_FRAME, eOLD_FRAMES30_DROP, eOLD_FRAMES1000 } |
Keep compatibility with old fbx format
| |
| enumEOldTimeMode |
Keep compatibility with old fbx format
| eOLD_DEFAULT_MODE | Default mode set usingKTime::SetGlobalTimeMode(ETimeMode pTimeMode). |
| eOLD_CINEMA | 24 frameOLD_s/s |
| eOLD_PAL | 25 frameOLD_s/s PAL/SECAM |
| eOLD_FRAMES30 | 30 frameOLD_s/s BLACK&WHITE NTSC |
| eOLD_NTSC_DROP_FRAME | 29.97002617 frameOLD_s/s COLOR NTSC |
| eOLD_FRAMES50 | 50 frameOLD_s/s |
| eOLD_FRAMES60 | 60 frameOLD_s/s |
| eOLD_FRAMES100 | 100 frameOLD_s/s |
| eOLD_FRAMES120 | 120 frameOLD_s/s |
| eOLD_NTSC_FULL_FRAME | 29.97002617 frameOLD_s/s COLOR NTSC |
| eOLD_FRAMES30_DROP | 30 frameOLD_s/s |
| eOLD_FRAMES1000 | 1000 frameOLD_s/s |