Navigation
API > API/Runtime > API/Runtime/MediaUtils > API/Runtime/MediaUtils/FMediaPlayerFacade
Description
Get the number of formats of the specified track.
| Name | GetNumTrackFormats |
| Type | function |
| Header File | /Engine/Source/Runtime/MediaUtils/Public/MediaPlayerFacade.h |
| Include Path | #include "MediaPlayerFacade.h" |
| Source | /Engine/Source/Runtime/MediaUtils/Private/MediaPlayerFacade.cpp |
int32 GetNumTrackFormats
(
EMediaTrackType TrackType,
int32 TrackIndex
) const
Number of formats.
Parameters
| Name | Remarks |
|---|---|
| TrackType | The type of media tracks. |
| TrackIndex | The index of the track. |
See Also
-
GetNumTracks
-
GetSelectedTrack
-
SelectTrack