FMediaIOCoreAudioSampleBase::SetProperties

Set the sample properties.

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 SetProperties
(
    uint32 InBufferSize,
    uint32 InNumberOfChannels,
    uint32 InSampleRate,
    FTimespan InTime,
    const TOptional< FTimecode > & InTimecode
)

Remarks

Set the sample properties.

Parameters

Parameter

Description

InBufferSize

The size of the audio buffer.

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