Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/MediaUtils/Public/MediaPlayerFacade.h |
Include |
#include "MediaPlayerFacade.h" |
Source |
/Engine/Source/Runtime/MediaUtils/Private/MediaPlayerFacade.cpp |
int32 GetSelectedTrack
(
EMediaTrackType TrackType
) const
Get the index of the currently selected track of the given type.
The index of the selected track, or INDEX_NONE if no track is active.
Parameter |
Description |
---|---|
TrackType |
The type of track to get. |