Navigation
API > API/Plugins > API/Plugins/ElectraBase
| Name | IMediaRenderClock |
| Type | class |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/MediaRendererBase.h |
| Include Path | #include "MediaRendererBase.h" |
Syntax
class IMediaRenderClock
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IMediaRenderClock() |
MediaRendererBase.h |
Enums
Public
| Name | Remarks |
|---|---|
| ERendererType |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTimeValue GetInterpolatedRenderTime
(
ERendererType FromRenderer |
Gets the current interpolated sample output time from the last time SetCurrentTime() was called plus the elapsed time since then. | MediaRendererBase.h | |
void SetCurrentTime
(
ERendererType ForRenderer, |
Called by the renderer to set the time of the most sample that has been output most recently. | MediaRendererBase.h |