Navigation
API > API/Runtime > API/Runtime/MediaUtils > API/Runtime/MediaUtils/FMediaPlayerFacade
Description
Get the index of the active format of the specified track.
| Name | GetTrackFormat |
| Type | function |
| Header File | /Engine/Source/Runtime/MediaUtils/Public/MediaPlayerFacade.h |
| Include Path | #include "MediaPlayerFacade.h" |
| Source | /Engine/Source/Runtime/MediaUtils/Private/MediaPlayerFacade.cpp |
int32 GetTrackFormat
(
EMediaTrackType TrackType,
int32 TrackIndex
) const
The index of the selected format.
Parameters
| Name | Remarks |
|---|---|
| TrackType | The type of track. |
| TrackIndex | The index of the track. |
See Also
-
SetTrackFormat