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