Navigation
API > API/Plugins > API/Plugins/BinkMediaPlayer
References
| Module | BinkMediaPlayer |
| Header | /Engine/Plugins/Media/BinkMedia/Source/BinkMediaPlayer/Public/BinkMediaPlayer.h |
| Include | #include "BinkMediaPlayer.h" |
Syntax
enum EBinkMediaPlayerBinkBufferModes
&123;
BMASM_Bink_Stream,
BMASM_Bink_PreloadAll,
BMASM_Bink_StreamUntilResident,
BMASM_Bink_MAX,
&125;
Values
| Name | Description |
|---|---|
| BMASM_Bink_Stream | Stream the movie off the media during playback (caches about 1 second of video). |
| BMASM_Bink_PreloadAll | Loads the whole movie into memory at Open time (will block). |
| BMASM_Bink_StreamUntilResident | Streams the movie into a memory buffer as big as the movie, so it will be preloaded eventually). |
| BMASM_Bink_MAX |
Remarks
Enumerates available bink buffering modes.