Navigation
API > API/Runtime > API/Runtime/MediaUtils
| Name | FMediaPlayerInitialTrackLanguageSelection |
| Type | struct |
| Header File | /Engine/Source/Runtime/MediaUtils/Public/MediaPlayerOptions.h |
| Include Path | #include "MediaPlayerOptions.h" |
Syntax
USTRUCT (BlueprintType )
struct FMediaPlayerInitialTrackLanguageSelection
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMediaPlayerInitialTrackLanguageSelection() |
MediaPlayerOptions.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Audio | FString | Language code or codes of the audio track to select. | MediaPlayerOptions.h |
|
| Caption | FString | Language code or codes of the caption track to select. Captions may not provide language codes if carried in the video signal. | MediaPlayerOptions.h |
|
| Subtitle | FString | Language code or codes of the subtitle track to select. | MediaPlayerOptions.h |
|
| Video | FString | Language code or codes of the video track to select. Useful when the video contains burned-in subtitles or localized scenes. | MediaPlayerOptions.h |
|
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FMediaPlayerInitialTrackLanguageSelection& Other |
MediaPlayerOptions.h |