Navigation
API > API/Runtime > API/Runtime/Media > API/Runtime/Media/IMediaPlayer
Description
Tick the player in the Input phase.
Media players may override this method to update their state before the Engine is being ticked, or to initiate the processing of input samples.
| Name | TickInput |
| Type | function |
| Header File | /Engine/Source/Runtime/Media/Public/IMediaPlayer.h |
| Include Path | #include "IMediaPlayer.h" |
virtual void TickInput
(
FTimespan DeltaTime,
FTimespan Timecode
)
Parameters
| Name | Remarks |
|---|---|
| DeltaTime | Time since last tick. |
| Timecode | The current media time code. |