FWebMMediaAudioSample::Initialize

Initialize the sample.

Windows
MacOS
Linux

References

Module

WebMMedia

Header

/Engine/Plugins/Media/WebMMedia/Source/WebMMedia/Public/WebMMediaAudioSample.h

Include

#include "WebMMediaAudioSample.h"

Syntax

void Initialize
(
    const uint8 * InBuffer,
    uint32 InSize,
    uint32 InChannels,
    uint32 InSampleRate,
    FTimespan InTime,
    FTimespan InDuration
)

Remarks

Initialize the sample.

Parameters

Parameter

Description

InBuffer

The sample's data buffer.

InSize

The size of the sample buffer (in bytes).

InTime

The sample time (relative to presentation clock).

InDuration

The duration for which the sample is valid.

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