Bink Media Player

Bink Media Player

Windows
MacOS
Linux
On this page

Actions

Can Pause

Checks whether media playback can be paused right now.

Playback can be paused if the media supports pausing and if it is currently playing.

Target is Bink Media Player

Can Play

Checks whether media playback can be started right now.

Target is Bink Media Player

Close Url

Opens the specified media URL.

Target is Bink Media Player

Draw

Draws this bink to the specified texture

Target is Bink Media Player

Get Duration

Gets the media's duration.

Target is Bink Media Player

Get Rate

Gets the media's current playback rate.

Target is Bink Media Player

Get Time

Gets the media's current playback time.

Target is Bink Media Player

Get Url

Gets the URL of the currently loaded media, if any.

Target is Bink Media Player

Is Initialized

Checks whether this player has been initialized with a media source.

Target is Bink Media Player

Is Looping

Checks whether playback is looping.

Target is Bink Media Player

Is Paused

Checks whether playback is currently paused.

Target is Bink Media Player

Is Playing

Checks whether playback has started.

Target is Bink Media Player

Is Stopped

Checks whether playback has stopped.

Target is Bink Media Player

On Media Closed

Holds a delegate that is invoked when a media source has been closed.

On Media Opened

Holds a delegate that is invoked when a media source has been opened.

On Media Reached End

Holds a delegate that is invoked when a media source has been opened.

On Playback Suspended

A delegate that is invoked when media playback has been suspended.

Open Url

Opens the specified media URL.

Target is Bink Media Player

Pause

Pauses media playback.

This is the same as setting the playback rate to 0.0.

Target is Bink Media Player

Play

Starts media playback.

This is the same as setting the playback rate to 1.0.

Target is Bink Media Player

Rewind

Rewinds the media to the beginning.

This is the same as seeking to zero time.

Target is Bink Media Player

Seek

Seeks to the specified playback time.

Target is Bink Media Player

Set Looping

Enables or disables playback looping.

Target is Bink Media Player

Set Rate

Changes the media's playback rate.

Target is Bink Media Player

Set Volume

Changes the media's volume

Target is Bink Media Player

Stop

Stops playback and unloads the video from memory. If you want to start the video again you'll need to call InitializePlayer. MediaEvent will broadcast EMediaEvent::MediaClosed.

Target is Bink Media Player

Supports Rate

Checks whether the specified playback rate is supported.

Target is Bink Media Player

Supports Scrubbing

Checks whether the currently loaded media supports scrubbing.

Target is Bink Media Player

Supports Seeking

Checks whether the currently loaded media can jump to a certain position.

Target is Bink Media Player

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