FMediaIOCoreAudioSampleBase::SetBuffer

Set the sample buffer.

Windows
MacOS
Linux

References

Module

MediaIOCore

Header

/Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaIOCoreAudioSampleBase.h

Include

#include "MediaIOCoreAudioSampleBase.h"

Source

/Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Private/Shared/MediaIOCoreAudioSampleBase.cpp

Syntax

bool SetBuffer
(
    const int32 * InAudioBuffer,
    uint32 InBufferSize
)

Remarks

Set the sample buffer.

Parameters

Parameter

Description

InAudioBuffer

The audio frame data.

InBufferSize

The size of the audio buffer.

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