FMediaPlayerFacade::SupportsRate

Whether the specified playback rate is supported.

Choose your operating system:

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

bool SupportsRate
(
    float Rate,
    bool Unthinned
) const

Remarks

Whether the specified playback rate is supported.

Parameters

Parameter

Description

Rate

The playback rate to check.

Unthinned

Whether no frames should be dropped at the given rate.

See Also