FAudioPlatformDeviceInfo

Structure to hold platform device information

Windows
MacOS
Linux

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

Name Description

Public variable

uint8: 1

 

bIsSystemDefault

Whether or not this device is the system default

Public variable

FString

 

DeviceId

ID of the device.

Public variable

EAudioMixerStre...

 

Format

The data format of the audio stream

Public variable

FString

 

Name

The name of the audio device

Public variable

int32

 

NumChannels

The number of channels supported by the audio device

Public variable

TArray< EAudioM...

 

OutputChannelArray

The output channel array of the audio device

Public variable

int32

 

SampleRate

The sample rate of the audio device

Constructors

Name Description

Public function

FAudioPlatformDeviceInfo()

Functions

Name Description

Public function

void

 

Reset()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss