Navigation
API > API/Plugins > API/Plugins/ElectraPlayerRuntime > API/Plugins/ElectraPlayerRuntime/IElectraPlayerInterface
References
| Module | ElectraPlayerRuntime |
| Header | /Engine/Plugins/Media/ElectraPlayer/Source/ElectraPlayerRuntime/Public/IElectraPlayerInterface.h |
| Include | #include "IElectraPlayerInterface.h" |
Syntax
struct FPlaystartOptions
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bDoNotPreload | ||
| TSharedPtr< IElectraPlayerDataCache, ESPMode::ThreadSafe > | ExternalDataCache | ||
| TSharedPtr< IElectraPlayerExternalDataReader, ESPMode::ThreadSafe > | ExternalDataReader | ||
| FStreamSelectionAttributes | InitialAudioTrackAttributes | ||
| FStreamSelectionAttributes | InitialSubtitleTrackAttributes | ||
| FStreamSelectionAttributes | InitialVideoTrackAttributes | ||
| TOptional< int32 > | MaxBandwidthForStreaming | ||
| TOptional< int32 > | MaxVerticalStreamResolution | ||
| TOptional< FTimespan > | TimeOffset |