Navigation
Unreal Engine C++ API Reference > Runtime > MediaUtils > FMediaPlayerFacade
References
Module | MediaUtils |
Header | /Engine/Source/Runtime/MediaUtils/Public/MediaPlayerFacade.h |
Include | #include "MediaPlayerFacade.h" |
Source | /Engine/Source/Runtime/MediaUtils/Private/MediaPlayerFacade.cpp |
int32 GetNumTrackFormats
&40;
EMediaTrackType TrackType,
int32 TrackIndex
&41; const
Remarks
Get the number of formats of the specified track. Number of formats.
Parameters
Name | Description |
---|---|
TrackType | The type of media tracks. |
TrackIndex | The index of the track. |