Navigation
API > API/Runtime > API/Runtime/MediaUtils > API/Runtime/MediaUtils/FMediaPlayerFacade
References
Module | MediaUtils |
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
Remarks
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.
Parameters
Name | Description |
---|---|
TrackType | The type of track to get. |