![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IMediaClock.h>
Inheritance diagram for IMediaClock:Public Member Functions | |
| virtual FTimespan | GetTimecode () const =0 |
| virtual bool | IsTimecodeLocked () const =0 |
| virtual void | AddSink (const TSharedRef< IMediaClockSink, ESPMode::ThreadSafe > &Sink)=0 |
| virtual void | RemoveSink (const TSharedRef< IMediaClockSink, ESPMode::ThreadSafe > &Sink)=0 |
| virtual | ~IMediaClock () |
Interface for media framework clocks.
|
inlinevirtual |
Virtual destructor.
|
pure virtual |
Add a media clock sink.
| Sink | The sink object to add. |
Implemented in FMediaClock.
Get the clock's current time code.
Implemented in FMediaClock.
Whether the clock's time code is locked to an external time source.
Implemented in FMediaClock.
|
pure virtual |
Remove a media clock sink.
| Sink | The sink object to remove. |
Implemented in FMediaClock.