EBinkMediaPlayerBinkDrawStyle

Enumerates available bink buffering modes.

Windows
MacOS
Linux

References

Module

BinkMediaPlayer

Header

/Engine/Plugins/Media/BinkMedia/Source/BinkMediaPlayer/Public/BinkMediaPlayer.h

Include

#include "BinkMediaPlayer.h"

Syntax

enum EBinkMediaPlayerBinkDrawStyle
{
    BMASM_Bink_DS_RenderToTexture,
    BMASM_Bink_DS_OverlayFillScreenWithAspectRatio,
    BMASM_Bink_DS_OverlayOriginalMovieSize,
    BMASM_Bink_DS_OverlayFillScreen,
    BMASM_Bink_DS_OverlaySpecificDestinationRectangle,
    BMASM_Bink_DS_MAX,
}

Values

Name

Description

BMASM_Bink_DS_RenderToTexture

Renders movie to the destination texture (default UE4 functionality)

BMASM_Bink_DS_OverlayFillScreenWithAspectRatio

Renders movie in an overlay (UE4 bypass) and corrects for movie aspect ratio.

BMASM_Bink_DS_OverlayOriginalMovieSize

Renders movie in an overlay (UE4 bypass), displaying the original movie size and not stretching to fill frame

BMASM_Bink_DS_OverlayFillScreen

Renders movie in an overlay (UE4 bypass), filling the entire destination rectangle

BMASM_Bink_DS_OverlaySpecificDestinationRectangle

Renders movie in an overlay (UE4 bypass), rendering to the specific rectangle specified (same as FillScreen)

BMASM_Bink_DS_MAX

Remarks

Enumerates available bink buffering modes.

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