Navigation
API > API/Plugins > API/Plugins/ElectraBase > API/Plugins/ElectraBase/FVideoDecoderOutput > API/Plugins/ElectraBase/FVideoDecoderOutput/FCached
| Name | FCached |
| Type | enum |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/MediaVideoDecoderOutput.h |
| Include Path | #include "MediaVideoDecoderOutput.h" |
Syntax
enum FCached
{
Valid_CropInfo = 1 << 0,
Valid_OutputDim = 1 << 1,
Valid_Orientation = 1 << 2,
Valid_PTS = 1 << 3,
Valid_Duration = 1 << 4,
}
Values
| Name | Remarks |
|---|---|
| Valid_CropInfo | |
| Valid_OutputDim | |
| Valid_Orientation | |
| Valid_PTS | |
| Valid_Duration |