Navigation
API > API/Runtime > API/Runtime/MediaAssets
Base class for media sources that can be synchronized with the engine's timecode.
| Name | UTimeSynchronizableMediaSource |
| Type | class |
| Header File | /Engine/Source/Runtime/MediaAssets/Public/TimeSynchronizableMediaSource.h |
| Include Path | #include "TimeSynchronizableMediaSource.h" |
Syntax
UCLASS (Abstract, MinimalAPI)
class UTimeSynchronizableMediaSource : public UBaseMediaSource
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMediaSource → UBaseMediaSource → UTimeSynchronizableMediaSource
Implements Interfaces
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UTimeSynchronizableMediaSource() |
Default constructor. | TimeSynchronizableMediaSource.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAutoDetectInput | bool | Whether to autodetect the input or not. | TimeSynchronizableMediaSource.h | |
| bUseTimeSynchronization | bool | Synchronize the media with the engine's timecode. | TimeSynchronizableMediaSource.h |
|
| FrameDelay | int32 | When using Time Synchronization, how many frame back should it read. | TimeSynchronizableMediaSource.h |
|
| TimeDelay | double | When not using Time Synchronization, how far back it time should it read. | TimeSynchronizableMediaSource.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool SupportsFormatAutoDetection() |
TimeSynchronizableMediaSource.h |
Overridden from IMediaOptions
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool GetMediaOption
(
const FName& Key, |
TimeSynchronizableMediaSource.h | ||
virtual int64 GetMediaOption
(
const FName& Key, |
TimeSynchronizableMediaSource.h | ||
virtual double GetMediaOption
(
const FName& Key, |
TimeSynchronizableMediaSource.h | ||
virtual FString GetMediaOption
(
const FName& Key, |
TimeSynchronizableMediaSource.h | ||
virtual bool HasMediaOption
(
const FName& Key |
TimeSynchronizableMediaSource.h |