Navigation
API > API/Plugins > API/Plugins/TmvMedia
Interface for the notifications. This can be implemented by a slate notification or logs.
Important: the implementations must be thread safe. Notifications may be called from worker threads.
| Name | ITmvMediaTranscodeNotification |
| Type | class |
| Header File | /Engine/Plugins/Media/TmvMedia/Source/TmvMedia/Public/Transcoder/TmvMediaTranscodeJob.h |
| Include Path | #include "Transcoder/TmvMediaTranscodeJob.h" |
Syntax
class ITmvMediaTranscodeNotification
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ITmvMediaTranscodeNotification() |
Transcoder/TmvMediaTranscodeJob.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Close
(
bool bInSuccess |
Close the notification. | Transcoder/TmvMediaTranscodeJob.h | |
void SetText
(
const FText& InText |
Sets the text to be displayed in the notification. | Transcoder/TmvMediaTranscodeJob.h |