FMediaIOCoreAudioSampleBase::Initialize

Initialize the sample.

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 Initialize
(
    TArray< int32 > InAudioBuffer,
    uint32 InNumberOfChannels,
    uint32 InSampleRate,
    FTimespan InTime,
    const TOptional< FTimecode > & InTimecode
)

Remarks

Initialize the sample.

Parameters

Parameter

Description

InAudioBuffer

The audio frame data.

InNumberOfChannels

The number of channel of the audio buffer.

InSampleRate

The sample rate of the audio buffer.

InTime

The sample time (in the player's own clock).

InTimecode

The sample timecode if available.

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