FMediaPlayerFacade::GetVideoTrackFrameRate

Get frame rate of the specified video track.

Windows
MacOS
Linux

References

Module

MediaUtils

Header

/Engine/Source/Runtime/MediaUtils/Public/MediaPlayerFacade.h

Include

#include "MediaPlayerFacade.h"

Source

/Engine/Source/Runtime/MediaUtils/Private/MediaPlayerFacade.cpp

Syntax

float GetVideoTrackFrameRate
(
    int32 TrackIndex,
    int32 FormatIndex
) const

Remarks

Get frame rate of the specified video track.

Returns

Video frame rate.

Parameters

Parameter

Description

TrackIndex

The index of the track.

FormatIndex

Index of the track format.

See Also

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss