FMediaAudioResampler::SetInput

Set the audio sample to be resampled.

Windows
MacOS
Linux

References

Module

MediaUtils

Header

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

Include

#include "MediaAudioResampler.h"

Source

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

Syntax

bool SetInput
(
    const TSharedPtr< IMediaAudioSample, ESPMode::ThreadSafe > & Sample
)

Remarks

Set the audio sample to be resampled.

Returns

true on success, false otherwise.

Parameters

Parameter

Description

Sample

The input audio sample.

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