Navigation
Unreal Engine C++ API Reference > Plugins > MediaIOCore > FMediaIOCorePlayerBase
- IMediaTracks::GetTrackFormat()
- FMediaIOCorePlayerBase::GetTrackFormat()
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 GetTrackFormat
&40;
EMediaTrackType TrackType,
int32 TrackIndex
&41; const
Remarks
Get the index of the currently selected format of the given track type. The index of the selected format.
Parameters
Name | Description |
---|---|
TrackType | The type of track. |
TrackIndex | The index of the track (must be valid). |