EMediaStatus

Available media player status flags.

Windows
MacOS
Linux

References

Module

Media

Header

/Engine/Source/Runtime/Media/Public/IMediaControls.h

Include

#include "IMediaControls.h"

Syntax

enum EMediaStatus
{
    None          = 0x0,
    Buffering     = 0x1,
    Connecting    = 0x2,
}

Values

Name

Description

None

No flags set.

Buffering

Player is buffering data.

Connecting

Player is connecting to a media source.

Remarks

Available media player status flags.

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