Navigation
API > API/Runtime > API/Runtime/AudioCaptureCore
PCM audio format (bits per sample) supported by device layers (WASAPI, CoreAudio, etc.)
| Name | Audio::EPCMAudioEncoding |
| Type | enum |
| Header File | /Engine/Source/Runtime/AudioCaptureCore/Public/AudioCaptureDeviceInterface.h |
| Include Path | #include "AudioCaptureDeviceInterface.h" |
Syntax
namespace Audio
{
enum EPCMAudioEncoding
{
UNKNOWN,
PCM_8,
PCM_16,
PCM_24,
PCM_24_IN_32,
PCM_32,
FLOATING_POINT_32,
FLOATING_POINT_64,
}
}
Values
| Name | Remarks |
|---|---|
| UNKNOWN | |
| PCM_8 | |
| PCM_16 | |
| PCM_24 | |
| PCM_24_IN_32 | |
| PCM_32 | |
| FLOATING_POINT_32 | |
| FLOATING_POINT_64 |