Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/MediaUtils/Public/MediaPlayerFacade.h |
Include |
#include "MediaPlayerFacade.h" |
Source |
/Engine/Source/Runtime/MediaUtils/Private/MediaPlayerFacade.cpp |
int32 GetNumTrackFormats
(
EMediaTrackType TrackType,
int32 TrackIndex
) const
Get the number of formats of the specified track.
Number of formats.
Parameter |
Description |
---|---|
TrackType |
The type of media tracks. |
TrackIndex |
The index of the track. |