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 EMediaCaptureState
&123;
Error,
Capturing,
Preparing,
StopRequested,
Stopped,
&125;
Values
Name | Description |
---|---|
Error | Unrecoverable error occurred during capture. |
Capturing | Media is currently capturing. |
Preparing | Media is being prepared for capturing. |
StopRequested | Capture has been stopped but some frames may need to be process. |
Stopped | Capture has been stopped. |
Remarks
Possible states of media capture.