Navigation
API > API/Runtime > API/Runtime/Media > API/Runtime/Media/IMediaTracks
Description
Get the number of formats of the specified track.
| Name | GetNumTrackFormats |
| Type | function |
| Header File | /Engine/Source/Runtime/Media/Public/IMediaTracks.h |
| Include Path | #include "IMediaTracks.h" |
int32 GetNumTrackFormats
(
EMediaTrackType TrackType,
int32 TrackIndex
) const
Number of formats.
Parameters
| Name | Remarks |
|---|---|
| TrackType | The type of track. |
| TrackIndex | The index of the track (must be valid). |
See Also
-
GetNumTracks
-
GetTrackFormatType
-
GetTrackDisplayName