UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FMediaVideoTrackFormat Struct Reference

#include <IMediaTracks.h>

Public Attributes

FIntPoint Dim
 
float FrameRate
 
TRange< floatFrameRates
 
FString TypeName
 

Detailed Description

Video track format details.

Member Data Documentation

◆ Dim

FIntPoint FMediaVideoTrackFormat::Dim

Width and height of the video (in pixels).

◆ FrameRate

float FMediaVideoTrackFormat::FrameRate

Active frame rate (in frames per second).

◆ FrameRates

TRange<float> FMediaVideoTrackFormat::FrameRates

Supported frame rate range.

◆ TypeName

FString FMediaVideoTrackFormat::TypeName

Name of the format type.


The documentation for this struct was generated from the following file: