Navigation
API > API/Runtime > API/Runtime/Media
Video track format details.
| Name | FMediaVideoTrackFormat |
| Type | struct |
| Header File | /Engine/Source/Runtime/Media/Public/IMediaTracks.h |
| Include Path | #include "IMediaTracks.h" |
Syntax
struct FMediaVideoTrackFormat
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Dim | FIntPoint | Width and height of the video (in pixels). | IMediaTracks.h | |
| FrameRate | float | Active frame rate (in frames per second). | IMediaTracks.h | |
| FrameRates | TRange< float > | Supported frame rate range. | IMediaTracks.h | |
| TypeName | FString | Name of the format type. | IMediaTracks.h |