Navigation
Unreal Engine C++ API Reference > Runtime > Media > IMediaTracks
References
Module | Media |
Header | /Engine/Source/Runtime/Media/Public/IMediaTracks.h |
Include | #include "IMediaTracks.h" |
bool GetVideoTrackFormat
(
int32 TrackIndex,
int32 FormatIndex,
FMediaVideoTrackFormat & OutFormat
) const
Remarks
Get details about the specified video track format. true on success, false otherwise.
Parameters
Name | Description |
---|---|
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. |