#include <ivstprocesscontext.h>
Public Types | |
| kPullDownRate = 1 << 0 | |
| for ex. HDTV: 23.976 fps with 24 as frame rate | |
| kDropRate = 1 << 1 | |
| for ex. 29.97 fps drop with 30 as frame rate | |
| enum | FrameRateFlags { kPullDownRate = 1 << 0, kDropRate = 1 << 1 } |
Public Attributes | |
| uint32 | framesPerSecond |
| frame rate | |
| uint32 | flags |
| flags FrameRateFlags | |
Definition at line 53 of file ivstprocesscontext.h.
| kPullDownRate | for ex. HDTV: 23.976 fps with 24 as frame rate |
| kDropRate | for ex. 29.97 fps drop with 30 as frame rate |
Definition at line 56 of file ivstprocesscontext.h.