Go to the source code of this file.
|
| enum class | EMusicalNoteName : uint8 {
C = 0
, Db = 1
, D = 2
, Eb = 3
,
E = 4
, F = 5
, Gb = 6
, G = 7
,
Ab = 8
, A = 9
, Bb = 10
, B = 11
} |
| |
| enum class | EAudioMixerStreamDataFormatType : uint8 { Unknown
, Float
, Int16
, Unsupported
} |
| |
| enum class | EAudioMixerChannelType : uint8 {
FrontLeft
, FrontRight
, FrontCenter
, LowFrequency
,
BackLeft
, BackRight
, FrontLeftOfCenter
, FrontRightOfCenter
,
BackCenter
, SideLeft
, SideRight
, TopCenter
,
TopFrontLeft
, TopFrontCenter
, TopFrontRight
, TopBackLeft
,
TopBackCenter
, TopBackRight
, Unknown
, ChannelTypeCount
,
DefaultChannel = FrontLeft
} |
| |
| enum class | ESwapAudioOutputDeviceResultState : uint8 { Failure
, Success
, None
} |
| |
|
| | DECLARE_DYNAMIC_DELEGATE_TwoParams (FOnSoundLoadComplete, const class USoundWave *, LoadedSoundWave, const bool, WasCancelled) |
| |
| FString | DataFormatAsString (EAudioMixerStreamDataFormatType type) |
| |
| const TCHAR * | ToString (EAudioMixerChannelType InType) |
| |
| | DECLARE_DYNAMIC_DELEGATE_OneParam (FOnAudioOutputDevicesObtained, const TArray< FAudioOutputDeviceInfo > &, AvailableDevices) |
| |
| | DECLARE_DYNAMIC_DELEGATE_OneParam (FOnMainAudioOutputDeviceObtained, const FString &, CurrentDevice) |
| |
| | DECLARE_DYNAMIC_DELEGATE_OneParam (FOnCompletedDeviceSwap, const FSwapAudioOutputResult &, SwapResult) |
| |
◆ EAudioMixerChannelType
| Enumerator |
|---|
| FrontLeft | |
| FrontRight | |
| FrontCenter | |
| LowFrequency | |
| BackLeft | |
| BackRight | |
| FrontLeftOfCenter | |
| FrontRightOfCenter | |
| BackCenter | |
| SideLeft | |
| SideRight | |
| TopCenter | |
| TopFrontLeft | |
| TopFrontCenter | |
| TopFrontRight | |
| TopBackLeft | |
| TopBackCenter | |
| TopBackRight | |
| Unknown | |
| ChannelTypeCount | |
| DefaultChannel | |
◆ EAudioMixerStreamDataFormatType
| Enumerator |
|---|
| Unknown | |
| Float | |
| Int16 | |
| Unsupported | |
◆ EMusicalNoteName
| Enumerator |
|---|
| C | |
| Db | |
| D | |
| Eb | |
| E | |
| F | |
| Gb | |
| G | |
| Ab | |
| A | |
| Bb | |
| B | |
◆ ESwapAudioOutputDeviceResultState
| Enumerator |
|---|
| Failure | |
| Success | |
| None | |
◆ DataFormatAsString()
◆ DECLARE_DYNAMIC_DELEGATE_OneParam() [1/3]
Called when a list of all available audio devices is retrieved
◆ DECLARE_DYNAMIC_DELEGATE_OneParam() [2/3]
Called when the system has swapped to another audio output device
◆ DECLARE_DYNAMIC_DELEGATE_OneParam() [3/3]
Called when a list of all available audio devices is retrieved
◆ DECLARE_DYNAMIC_DELEGATE_TwoParams()
Called when a load request for a sound has completed.
◆ ToString()