IMediaPlayer::TickAudio

Tick the player's audio related code.

Windows
MacOS
Linux

References

Module

Media

Header

/Engine/Source/Runtime/Media/Public/IMediaPlayer.h

Include

#include "IMediaPlayer.h"

Syntax

virtual void TickAudio()

Remarks

Tick the player's audio related code.

This is a high-frequency tick function. Media players override this method to fetch and process audio samples, or to perform other time critical tasks.

See Also

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