Navigation
API > API/Runtime > API/Runtime/Media > API/Runtime/Media/IMediaTracks
References
| Module | Media |
| Header | /Engine/Source/Runtime/Media/Public/IMediaTracks.h |
| Include | #include "IMediaTracks.h" |
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. |