Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/AudioMixerCore/Public/AudioMixer.h |
Include |
#include "AudioMixer.h" |
struct FAudioPlatformDeviceInfo
Structure to hold platform device information
Name | Description | ||
---|---|---|---|
|
uint8: 1 |
bIsSystemDefault |
Whether or not this device is the system default |
|
DeviceId |
ID of the device. |
|
|
Format |
The data format of the audio stream |
|
|
Name |
The name of the audio device |
|
|
NumChannels |
The number of channels supported by the audio device |
|
|
OutputChannelArray |
The output channel array of the audio device |
|
|
SampleRate |
The sample rate of the audio device |
Name | Description | |
---|---|---|
|
FAudioPlatformDeviceInfo() |