Navigation
API > API/Runtime > API/Runtime/Media > API/Runtime/Media/IMediaTracks
Description
Get details about the specified video track format.
| Name | GetVideoTrackFormat |
| Type | function |
| Header File | /Engine/Source/Runtime/Media/Public/IMediaTracks.h |
| Include Path | #include "IMediaTracks.h" |
bool GetVideoTrackFormat
(
int32 TrackIndex,
int32 FormatIndex,
FMediaVideoTrackFormat & OutFormat
) const
true on success, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| TrackIndex | The index of the video track (must be valid). |
| FormatIndex | The index of the track's format (must be valid). |
| OutFormat | Will contain the format details. |