unreal.BinkMediaPlayerBinkDrawStyle

class unreal.BinkMediaPlayerBinkDrawStyle

Bases: EnumBase

Enumerates available bink buffering modes.

C++ Source:

  • Plugin: BinkMedia

  • Module: BinkMediaPlayer

  • File: BinkMediaPlayer.h

BMASM_BINK_DS_OVERLAY_FILL_SCREEN: BinkMediaPlayerBinkDrawStyle

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

Type:

3

BMASM_BINK_DS_OVERLAY_FILL_SCREEN_WITH_ASPECT_RATIO: BinkMediaPlayerBinkDrawStyle

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

Type:

1

BMASM_BINK_DS_OVERLAY_ORIGINAL_MOVIE_SIZE: BinkMediaPlayerBinkDrawStyle

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

Type:

2

BMASM_BINK_DS_OVERLAY_SPECIFIC_DESTINATION_RECTANGLE: BinkMediaPlayerBinkDrawStyle

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

Type:

4

BMASM_BINK_DS_RENDER_TO_TEXTURE: BinkMediaPlayerBinkDrawStyle

Renders movie to the destination texture (default UE4 functionality)

Type:

0