Navigation
API > API/Runtime > API/Runtime/MediaUtils
References
| Module | MediaUtils |
| Header | /Engine/Source/Runtime/MediaUtils/Public/MediaRecorder.h |
| Include | #include "MediaRecorder.h" |
Syntax
class FMediaRecorder
Remarks
Records samples from a media player. Loop, seek or reverse and not supported. Currently only records texture samples and that support sample format 8bit BGRA, half float RBGA
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsRecording () |
Is currently recording media samples. | |
| void | StartRecording
(
const FMediaRecorderData& InRecoderData |
Start recording samples from a given media player. | |
| void | Stop recording media samples. | ||
| void | Tick the recorder. | ||
| bool | WaitPendingTasks
(
const FTimespan& InDuration |
Blocking call that will wait for all frames to be recorded before returning. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FMediaRecorderData |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EMediaRecorderNumerationStyle |