Navigation
API > API/Runtime > API/Runtime/MediaUtils
| Name | FMediaPlayerTrackOptions |
| Type | struct |
| Header File | /Engine/Source/Runtime/MediaUtils/Public/MediaPlayerOptions.h |
| Include Path | #include "MediaPlayerOptions.h" |
Syntax
USTRUCT (BlueprintType )
struct FMediaPlayerTrackOptions
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMediaPlayerTrackOptions() |
MediaPlayerOptions.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Audio | int32 | MediaPlayerOptions.h |
|
|
| Caption | int32 | MediaPlayerOptions.h |
|
|
| Metadata | int32 | MediaPlayerOptions.h |
|
|
| Script | int32 | MediaPlayerOptions.h |
|
|
| Subtitle | int32 | MediaPlayerOptions.h |
|
|
| Text | int32 | MediaPlayerOptions.h |
|
|
| Video | int32 | MediaPlayerOptions.h |
|
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FMediaPlayerTrackOptions& Other |
Check if this Media Player Track Options is not equal to another one. | MediaPlayerOptions.h |