Navigation
API > API/Plugins > API/Plugins/ElectraSamples
Inheritance Hierarchy
- IMediaOverlaySample
- IElectraSubtitleSample
References
| Module | ElectraSamples |
| Header | /Engine/Plugins/Media/ElectraUtil/Source/ElectraSamples/Public/IElectraSubtitleSample.h |
| Include | #include "IElectraSubtitleSample.h" |
Syntax
class IElectraSubtitleSample : public IMediaOverlaySample
Remarks
Extension of the media overlay sample to carry Electra specific values.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FGuid |
Overridden from IMediaOverlaySample
| Type | Name | Description | |
|---|---|---|---|
| FTimespan | GetDuration () |
Get the amount of time for which the sample should be displayed. | |
| FGuid | GetGUID () |
Get the GUID identifying the derived type that may implement additional, type specific methods. | |
| TOptional< FVector2D > | GetPosition () |
Get the position at which to display the text. | |
| FText | GetText () |
Get the sample's text. | |
| FMediaTimeStamp | GetTime () |
Get the sample time (in the player's local clock). | |
| EMediaOverlaySampleType | GetType () |
Virtual TOptional |