Navigation
API > API/Runtime > API/Runtime/AudioMixerCore
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
| Type | Name | Description | |
|---|---|---|---|
| IAudioMixer * | AudioMixer | Owning platform independent audio mixer ptr. | |
| 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). | |
| int32 | MaxSources | The maximum number of sources we will try to decode or playback at once. | |
| int32 | NumBuffers | The number of queued buffers to use for the strea. | |
| uint32 | NumFrames | The number of desired audio frames in audio callback. | |
| uint32 | OutputDeviceIndex | The audio device index to open. | |
| uint32 | SampleRate | The desired sample rate |
Constructors
| Type | Name | Description | |
|---|---|---|---|