FAudioMixerOpenStreamParams

Defines parameters needed for opening a new audio stream to device.

Windows
MacOS
Linux

References

Module

AudioMixerCore

Header

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

Include

#include "AudioMixer.h"

Syntax

struct FAudioMixerOpenStreamParams

Remarks

Defines parameters needed for opening a new audio stream to device.

Variables

Name Description

Public variable

IAudioMixer ...

 

AudioMixer

Owning platform independent audio mixer ptr.

Public variable

bool

 

bRestoreIfRemoved

Whether or not to try and restore audio to this stream if the audio device is removed (and the device becomes available again).

Public variable

int32

 

MaxSources

The maximum number of sources we will try to decode or playback at once.

Public variable

int32

 

NumBuffers

The number of queued buffers to use for the strea.

Public variable

uint32

 

NumFrames

The number of desired audio frames in audio callback.

Public variable

uint32

 

OutputDeviceIndex

The audio device index to open.

Public variable

uint32

 

SampleRate

The desired sample rate

Constructors

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