Navigation
API > API/Runtime > API/Runtime/AudioMixerCore
References
| Module | AudioMixerCore |
| Header | /Engine/Source/Runtime/AudioMixerCore/Public/AudioMixer.h |
| Include | #include "AudioMixer.h" |
Syntax
struct FAudioPlatformDeviceInfo
Remarks
Structure to hold platform device information
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8: 1 | bIsSystemDefault | Whether or not this device is the system default | |
| FString | DeviceId | ID of the device. | |
| EAudioMixerStreamDataFormat::Type | Format | The data format of the audio stream | |
| FString | Name | The name of the audio device | |
| int32 | NumChannels | The number of channels supported by the audio device | |
| TArray< EAudioMixerChannel::Type > | OutputChannelArray | The output channel array of the audio device | |
| int32 | SampleRate | The sample rate of the audio device |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Reset () |