Navigation
API > API/Plugins > API/Plugins/MediaIOCore
References
| Module | MediaIOCore |
| Header | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaCapture.h |
| Include | #include "MediaCapture.h" |
Syntax
enum EMediaCaptureResizeMethod
{
None,
ResizeSource,
ResizeInRenderPass,
}
Values
| Name | Description |
|---|---|
| None | Leaves the source texture as is, which might be incompatible with the output size, causing an error. |
| ResizeSource | Resize the source that is being captured. |
| ResizeInRenderPass | Leaves the source as is, but will add a render pass where we resize the captured texture, leaving the source intact. |