Navigation
API > API/Runtime > API/Runtime/AudioMixer
References
| Module | AudioMixer |
| Header | /Engine/Source/Runtime/AudioMixer/Public/AudioMixerBlueprintLibrary.h |
| Include | #include "AudioMixerBlueprintLibrary.h" |
Syntax
struct FAudioOutputDeviceInfo
Remarks
Platform audio output device info, in a Blueprint-readable format
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8: 1 | bIsCurrentDevice | Whether or not this device is the device currently in use | |
| uint8: 1 | bIsSystemDefault | Whether or not this device is the system default | |
| FString | DeviceId | ID of the device. | |
| EAudioMixerStreamDataFormatType | 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< EAudioMixerChannelType > | OutputChannelArray | The output channel array of the audio device | |
| int32 | SampleRate | The sample rate of the audio device |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAudioOutputDeviceInfo
(
const Audio::FAudioPlatformDeviceInfo& InDeviceInfo |