Navigation
API > API/Plugins > API/Plugins/ElectraDecoders > API/Plugins/ElectraDecoders/IElectraDecoderVideoOutput
| Name | EOutputType |
| Type | enum |
| Header File | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraDecoders/Public/IElectraDecoderOutputVideo.h |
| Include Path | #include "IElectraDecoderOutputVideo.h" |
Syntax
enum EOutputType
{
Output,
DoNotOutput,
}
Values
| Name | Remarks |
|---|---|
| Output | Output this output. |
| DoNotOutput | Do not output this. |