libpromeki main
PROfessional MEdia toolKIt
 
Loading...
Searching...
No Matches
framerate.h File Reference
Include dependency graph for framerate.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FrameRate
 Represents a video frame rate as a rational number. More...
 

Macros

#define PROMEKI_WELL_KNOWN_FRAME_RATES
 
#define X(type, string, num, den)   type,
 

Detailed Description

Author
Jason Howard jth@h.nosp@m.owar.nosp@m.dlogi.nosp@m.c.co.nosp@m.m

See LICENSE file in the project root folder for license information.

Macro Definition Documentation

◆ PROMEKI_WELL_KNOWN_FRAME_RATES

#define PROMEKI_WELL_KNOWN_FRAME_RATES
Value:
X(FPS_Invalid, "INV", 0, 1) \
X(FPS_60, "60", 60, 1) \
X(FPS_5994, "59.94", 60000, 1001) \
X(FPS_50, "50", 50, 1) \
X(FPS_30, "30", 30, 1) \
X(FPS_2997, "29.97", 30000, 1001) \
X(FPS_25, "25", 25, 1) \
X(FPS_24, "24", 24, 1) \
X(FPS_2398, "23.98", 24000, 1001)
Dynamic array container wrapping std::vector.
Definition list.h:40