Navigation
API > API/Plugins > API/Plugins/MediaIOCore
Action when overrun occurs
| Name | EMediaCaptureOverrunAction |
| Type | enum |
| Header File | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaCapture.h |
| Include Path | #include "MediaCapture.h" |
Syntax
enum EMediaCaptureOverrunAction
{
Flush,
Skip,
}
Values
| Name | Remarks |
|---|---|
| Flush | Flush rendering thread such that all scheduled commands are executed. |
| Skip | Skip capturing a frame if readback is trailing too much. |