UMediaPlayer::GetSupportedRates

Get the supported playback rates.

Windows
MacOS
Linux

References

Module

MediaAssets

Header

/Engine/Source/Runtime/MediaAssets/Public/MediaPlayer.h

Include

#include "MediaPlayer.h"

Source

/Engine/Source/Runtime/MediaAssets/Private/Assets/MediaPlayer.cpp

Syntax

void GetSupportedRates
(
    TArray< FFloatRange > & OutRates,
    bool Unthinned
) const

Remarks

Get the supported playback rates.

Parameters

Parameter

Description

Unthinned

Whether the rates are for unthinned playback.

Will

contain the the ranges of supported rates.

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