Navigation
API > API/Plugins > API/Plugins/ElectraBase
| Name | ISubtitleDecoderOutput |
| Type | class |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/MediaSubtitleDecoderOutput.h |
| Include Path | #include "MediaSubtitleDecoderOutput.h" |
Syntax
class ISubtitleDecoderOutput
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ISubtitleDecoderOutput() |
MediaSubtitleDecoderOutput.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TArray< uint8 > & GetData() |
MediaSubtitleDecoderOutput.h | ||
FTimespan GetDuration() |
MediaSubtitleDecoderOutput.h | ||
const FString & GetFormat() |
MediaSubtitleDecoderOutput.h | ||
const FString & GetID() |
MediaSubtitleDecoderOutput.h | ||
FDecoderTimeStamp GetTime() |
MediaSubtitleDecoderOutput.h | ||
void SetTime
(
FDecoderTimeStamp& InTime |
MediaSubtitleDecoderOutput.h |