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 EMediaCaptureResourceType
&123;
Texture,
Buffer,
&125;
Values
Name | Description |
---|---|
Texture | Texture resources are used for the readback. |
Buffer | RWBuffer resources are used for the readback. |
Remarks
Possible resource type the MediaCapture can create based on the conversion operation.