Navigation
API > API/Runtime > API/Runtime/Media
Interface for media clock time sources.
| Name | IMediaTimeSource |
| Type | class |
| Header File | /Engine/Source/Runtime/Media/Public/IMediaTimeSource.h |
| Include Path | #include "IMediaTimeSource.h" |
Syntax
class IMediaTimeSource
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IMediaTimeSource() |
Virtual destructor. | IMediaTimeSource.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTimespan GetTimecode() |
Get the current time code. | IMediaTimeSource.h |