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 GetTrackFormat
(
EMediaTrackType TrackType,
int32 TrackIndex
) 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). |