|
CriWare Unreal Engine
Plug-ins for CriWare solutions.
|
#include <AtomMixer.h>
公開メンバ関数 | |
| FMixerPlatformInfo () | |
| void | Reset () |
公開変数類 | |
| uint8 | bIsSystemDefault: 1 |
| EMixerDataFormat | Format |
| FString | Name |
| int32 | NumChannels |
| int32 | NumDirectOutChannels |
| TArray< EMixerSpeaker > | OutputChannelArray |
| FString | RuntimeID |
| int32 | SampleRate |
Structure to hold platform device information
|
inline |
|
inline |
| uint8 Atom::FMixerPlatformInfo::bIsSystemDefault |
Whether or not this device is the system default
| EMixerDataFormat Atom::FMixerPlatformInfo::Format |
The data format of the audio stream
| FString Atom::FMixerPlatformInfo::Name |
The name of the audio device
| int32 Atom::FMixerPlatformInfo::NumChannels |
The number of channels supported by the audio device
| int32 Atom::FMixerPlatformInfo::NumDirectOutChannels |
The number of channels above the base stereo or 7.1 channels supported by the audio device
| TArray<EMixerSpeaker> Atom::FMixerPlatformInfo::OutputChannelArray |
The output channel array of the audio device
| FString Atom::FMixerPlatformInfo::RuntimeID |
ID of the runtime.
| int32 Atom::FMixerPlatformInfo::SampleRate |
The sample rate of the audio device