EMediaCaptureState

Possible states of media capture.

Windows
MacOS
Linux

References

Module

MediaIOCore

Header

/Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaCapture.h

Include

#include "MediaCapture.h"

Syntax

enum EMediaCaptureState
{
    Error,
    Capturing,
    Preparing,
    StopRequested,
    Stopped,
}

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss