Navigation
API > API/Plugins > API/Plugins/MediaIOCore > API/Plugins/MediaIOCore/FMediaIOCorePlayerBase
- IMediaTracks::GetSelectedTrack()
- FMediaIOCorePlayerBase::GetSelectedTrack()
References
| Module | MediaIOCore |
| Header | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaIOCorePlayerBase.h |
| Include | #include "MediaIOCorePlayerBase.h" |
| Source | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Private/Player/MediaIOCorePlayerBase.cpp |
virtual int32 GetSelectedTrack
&40;
EMediaTrackType TrackType
&41; 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. |