Navigation
API > API/Runtime > API/Runtime/MediaUtils > API/Runtime/MediaUtils/FMediaPlayerFacade
Description
Get the supported range of frame rates of the specified video track.
| Name | GetVideoTrackFrameRates |
| Type | function |
| Header File | /Engine/Source/Runtime/MediaUtils/Public/MediaPlayerFacade.h |
| Include Path | #include "MediaPlayerFacade.h" |
| Source | /Engine/Source/Runtime/MediaUtils/Private/MediaPlayerFacade.cpp |
TRange < float > GetVideoTrackFrameRates
(
int32 TrackIndex,
int32 FormatIndex
) const
Frame rate range (in frames per second).
Parameters
| Name | Remarks |
|---|---|
| TrackIndex | The index of the track. |
| FormatIndex | Index of the track format. |
See Also
-
GetVideoTrackType