|
Blender V4.3
|
#include "BLI_utildefines.h"Go to the source code of this file.
Typedefs | |
| typedef enum IMB_Timecode_Type | IMB_Timecode_Type |
| typedef enum IMB_Proxy_Size | IMB_Proxy_Size |
Enumerations | |
| enum | eImbFileType { IMB_FTYPE_NONE = 0 , IMB_FTYPE_PNG = 1 , IMB_FTYPE_TGA = 2 , IMB_FTYPE_JPG = 3 , IMB_FTYPE_BMP = 4 , IMB_FTYPE_OPENEXR = 5 , IMB_FTYPE_IMAGIC = 6 , IMB_FTYPE_PSD = 7 , IMB_FTYPE_RADHDR = 9 , IMB_FTYPE_TIF = 10 , IMB_FTYPE_DDS = 13 } |
| enum | IMB_Timecode_Type { IMB_TC_NONE = 0 , IMB_TC_RECORD_RUN = 1 , IMB_TC_RECORD_RUN_NO_GAPS = 8 , IMB_TC_NUM_TYPES = 2 } |
| enum | IMB_Proxy_Size { IMB_PROXY_NONE = 0 , IMB_PROXY_25 = 1 , IMB_PROXY_50 = 2 , IMB_PROXY_75 = 4 , IMB_PROXY_100 = 8 , IMB_PROXY_MAX_SLOT = 4 } |
Functions | |
| ENUM_OPERATORS (IMB_Proxy_Size, IMB_PROXY_100) | |
| typedef enum IMB_Proxy_Size IMB_Proxy_Size |
| typedef enum IMB_Timecode_Type IMB_Timecode_Type |
Time-code files contain timestamps (PTS, DTS) and packet seek position. These values are obtained by decoding each frame in movie stream. Time-code types define how these map to frame index in Blender. This is used when seeking in movie stream. Note, that meaning of terms time-code and record run here has little connection to their actual meaning.
| enum eImbFileType |
ImBuf.ftype flag, main image types.
| Enumerator | |
|---|---|
| IMB_FTYPE_NONE | |
| IMB_FTYPE_PNG | |
| IMB_FTYPE_TGA | |
| IMB_FTYPE_JPG | |
| IMB_FTYPE_BMP | |
| IMB_FTYPE_OPENEXR | |
| IMB_FTYPE_IMAGIC | |
| IMB_FTYPE_PSD | |
| IMB_FTYPE_RADHDR | |
| IMB_FTYPE_TIF | |
| IMB_FTYPE_DDS | |
Definition at line 23 of file IMB_imbuf_enums.h.
| enum IMB_Proxy_Size |
| Enumerator | |
|---|---|
| IMB_PROXY_NONE | |
| IMB_PROXY_25 | |
| IMB_PROXY_50 | |
| IMB_PROXY_75 | |
| IMB_PROXY_100 | |
| IMB_PROXY_MAX_SLOT | |
Definition at line 75 of file IMB_imbuf_enums.h.
| enum IMB_Timecode_Type |
Time-code files contain timestamps (PTS, DTS) and packet seek position. These values are obtained by decoding each frame in movie stream. Time-code types define how these map to frame index in Blender. This is used when seeking in movie stream. Note, that meaning of terms time-code and record run here has little connection to their actual meaning.
Definition at line 54 of file IMB_imbuf_enums.h.
| ENUM_OPERATORS | ( | IMB_Proxy_Size | , |
| IMB_PROXY_100 | ) |