unreal.BinkMediaPlayerBinkBufferModes

class unreal.BinkMediaPlayerBinkBufferModes

Bases: EnumBase

Enumerates available bink buffering modes.

C++ Source:

  • Plugin: BinkMedia

  • Module: BinkMediaPlayer

  • File: BinkMediaPlayer.h

BMASM_BINK_PRELOAD_ALL: BinkMediaPlayerBinkBufferModes

Loads the whole movie into memory at Open time (will block).

Type:

1

BMASM_BINK_STREAM: BinkMediaPlayerBinkBufferModes

Stream the movie off the media during playback (caches about 1 second of video).

Type:

0

BMASM_BINK_STREAM_UNTIL_RESIDENT: BinkMediaPlayerBinkBufferModes

Streams the movie into a memory buffer as big as the movie, so it will be preloaded eventually).

Type:

2