> ## 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](/ko/reference/audio/xdspaudio/structs/xdspactivationparameters.md)
- [XDspCommand](/ko/reference/audio/xdspaudio/structs/xdspcommand.md)
- [XDspActivationOptions](/ko/reference/audio/xdspaudio/enums/xdspactivationoptions.md)
- [XDspActivate](/ko/reference/audio/xdspaudio/functions/xdspactivate.md)
- [XDSP audio](/ko/reference/audio/xdspaudio/xdspaudio_members.md)
