Navigation
API > API/Runtime > API/Runtime/AudioMixerCore
References
| Module | AudioMixerCore |
| Header | /Engine/Source/Runtime/AudioMixerCore/Public/AudioMixer.h |
| Include | #include "AudioMixer.h" |
Syntax
struct FAudioOutputStreamInfo
Variables
| Type | Name | Description | |
|---|---|---|---|
| IAudioMixer * | AudioMixer | The callback to use for platform-independent layer. | |
| FAudioPlatformDeviceInfo | DeviceInfo | ||
| uint32 | NumBuffers | The number of queued buffers to use. | |
| int32 | NumOutputFrames | Number of output frames | |
| uint32 | OutputDeviceIndex | The index of the output device for the audio stream. | |
| EAudioOutputStreamState::Type | StreamState | The state of the output audio stream. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Reset () |