FChildSubmixInfo

Windows
MacOS
Linux

References

Module

AudioMixer

Header

/Engine/Source/Runtime/AudioMixer/Public/AudioMixerSubmix.h

Include

#include "AudioMixerSubmix.h"

Syntax

struct FChildSubmixInfo

Variables

Name Description

Public variable

TUniquePtr< ISo...

 

Encoder

If the child submix is not a soundfield submix, we may need to encode its audio output in ProcessAudio.

Public variable

TUniquePtr< ISo...

 

IncomingPacketToTranscode

This is filled by either the Encoder or the Transcoder, and passed to this submix' mixer.

Public variable

TWeakPtr< FMixe...

 

SubmixPtr

Public variable

TUniquePtr< ISo...

 

Transcoder

If this child submix is a soundfield submix that we can read the output of, we may need to transcode it's audio output.

Constructors

Name Description

Public function

FChildSubmixInfo()

Public function

FChildSubmixInfo

(
    const FChildSubmixInfo& InInfo
)

TMap doesn't compile using non-copyable types as value types, though you can build and use a TMap without using the copy constructor.

Public function

FChildSubmixInfo

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