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 GetNumTrackFormats
(
EMediaTrackType TrackType,
int32 TrackIndex
) const
Remarks
Get the number of formats of the specified track. Number of formats.
Parameters
| Name | Description |
|---|---|
| TrackType | The type of track. |
| TrackIndex | The index of the track (must be valid). |
See Also
GetTrackFormatType