Navigation
API > API/Plugins > API/Plugins/MediaIOCore
Possible states of media capture.
| Name | EMediaCaptureState |
| Type | enum |
| Header File | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaCapture.h |
| Include Path | #include "MediaCapture.h" |
Syntax
enum EMediaCaptureState
{
Error,
Capturing,
Preparing,
StopRequested,
Stopped,
}
Values
| Name | Remarks |
|---|---|
| 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. |