> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XDspProcessType

> XDspProcessType

# XDspProcessType

XDSP 処理タイプ。

## 構文

```cpp theme={null}
enum class XDspProcessType  : uint32_t  
{  
    None = 0,  
    Convolution = 1,  
    ForwardFourierTransform = 2,  
    InverseFourierTransform = 3,  
}  
```

## 定数

| 定数                      | 説明                |
| ----------------------- | ----------------- |
| None                    | 無効な処理タイプ。         |
| Convolution             | 信号とインパルス応答との畳み込み。 |
| ForwardFourierTransform | 順高速フーリエ変換。        |
| InverseFourierTransform | 逆高速フーリエ変換。        |

## 要件

**ヘッダー:** XDspAudio.h

**サポートされるプラットフォーム:** XBOX Series X|S

## 関連項目

[XDSP](/reference/audio/xdspaudio/xdspaudio_members)\
[XDspActivationParameters](/reference/audio/xdspaudio/structs/xdspactivationparameters)\
[XDspActivationOptions](/reference/audio/xdspaudio/enums/xdspactivationoptions)\
[XDSP API を使用した単一ストリーム畳み込みの概要](/build/console-features/audio/overviews/xdsp-overview-single-stream-convolution)\
[XDSP API を使用した単一ストリーム FFT/IFFT の概要](/build/console-features/audio/overviews/xdsp-overview-single-stream-fft-ifft)


## Related topics

- [XDspActivationParameters](/ja-jp/reference/audio/xdspaudio/structs/xdspactivationparameters.md)
- [XDspCommand](/ja-jp/reference/audio/xdspaudio/structs/xdspcommand.md)
- [XDspActivationOptions](/ja-jp/reference/audio/xdspaudio/enums/xdspactivationoptions.md)
- [XDspActivate](/ja-jp/reference/audio/xdspaudio/functions/xdspactivate.md)
- [XDSP audio](/ja-jp/reference/audio/xdspaudio/xdspaudio_members.md)
