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