| BandwidthThrottlingEnabled |
bool |
If there is not enough bandwidth to play the media, then lower it (for example by skipping frames) to try and get playback. |
ImgMediaSettings.h |
- Config
- EditAnywhere
- Category=General
|
| CacheBehindPercentage |
float |
Percentage of cache to use for frames behind the play head (default = 25%). |
ImgMediaSettings.h |
- Config
- EditAnywhere
- Category=Caching
- Meta=(ClampMin=0.0, ClampMax=100.0)
|
| CacheSizeGB |
float |
Maximum size of the look-ahead cache (in GB; default = 1 GB). |
ImgMediaSettings.h |
- Config
- EditAnywhere
- Category=Caching
- Meta=(ClampMin=0)
|
| CacheThreads |
int32 |
Maximum number of image caching threads to use (0 = number of cores, default = 2). |
ImgMediaSettings.h |
- Config
- EditAnywhere
- Category=Caching
- Meta=(ClampMin=0)
|
| CacheThreadStackSizeKB |
int32 |
Size of the stack for each caching thread (in kB; default = 128). |
ImgMediaSettings.h |
- Config
- EditAnywhere
- Category=Caching
- Meta=(ClampMin=128)
- AdvancedDisplay
|
| DefaultFrameRate |
FFrameRate |
Default frame rate to use if none was specified in image sequence or media source (default = 1/24). |
ImgMediaSettings.h |
- Config
- EditAnywhere
- Category=General
|
| ExrDecoderThreads |
uint32 |
Number of worker threads to use when decoding EXR images (0 = auto). |
ImgMediaSettings.h |
- Config
- EditAnywhere
- Category=EXR
- Meta=(ClampMin=0)
|
| GlobalCacheSizeGB |
float |
Maximum size of the global look-ahead cache (in GB; default = 1 GB). |
ImgMediaSettings.h |
- Config
- EditAnywhere
- Category=Caching
- Meta=(ClampMin=0)
|
| UseGlobalCache |
bool |
Whether to use the global cache or not. |
ImgMediaSettings.h |
- Config
- EditAnywhere
- Category=Caching
|