Navigation
API > API/Runtime > API/Runtime/MediaUtils > API/Runtime/MediaUtils/FMediaPlayerFacade
Description
Get the width and height of the specified video track.
| Name | GetVideoTrackDimensions |
| Type | function |
| Header File | /Engine/Source/Runtime/MediaUtils/Public/MediaPlayerFacade.h |
| Include Path | #include "MediaPlayerFacade.h" |
| Source | /Engine/Source/Runtime/MediaUtils/Private/MediaPlayerFacade.cpp |
FIntPoint GetVideoTrackDimensions
(
int32 TrackIndex,
int32 FormatIndex
) const
Video dimensions.
Parameters
| Name | Remarks |
|---|---|
| TrackIndex | The index of the track. |
| FormatIndex | Index of the track format. |
See Also
-
GetVideoTrackFrameRate
-
GetVideoTrackFrameRates
-
GetVideoTrackType