> ## 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.

# XDspStreamHandle

> XDspStreamHandle

# XDspStreamHandle

XDSP stream handle.

## Syntax

```cpp theme={null}
typedef struct XDSPStream * XDspStreamHandle;  
```

## Remarks

A *XDspStreamHandle* will be returned by [XDspActivate](/reference/audio/xdspaudio/functions/xdspactivate) to be used with [XDspSubmitCommand](/reference/audio/xdspaudio/functions/xdspsubmitcommand) and [XDspDeactivate](/reference/audio/xdspaudio/functions/xdspdeactivate).

## Requirements

**Header:** XDspAudio.h

**Supported platforms:** XBOX Series X|S

## See also

[XDSP](/reference/audio/xdspaudio/xdspaudio_members)\
[XDspActivate](/reference/audio/xdspaudio/functions/xdspactivate)\
[XDspDeactivate](/reference/audio/xdspaudio/functions/xdspdeactivate)\
[XDspSubmitCommand](/reference/audio/xdspaudio/functions/xdspsubmitcommand)\
[Overview of a single stream Convolution using the XDSP API](/build/console-features/audio/overviews/xdsp-overview-single-stream-convolution)\
[Overview of a single stream FFT/IFFT using the XDSP API](/build/console-features/audio/overviews/xdsp-overview-single-stream-fft-ifft)


## Related topics

- [XDspActivate](/reference/audio/xdspaudio/functions/xdspactivate.md)
- [XDspDeactivate](/reference/audio/xdspaudio/functions/xdspdeactivate.md)
- [XDspSubmitCommand](/reference/audio/xdspaudio/functions/xdspsubmitcommand.md)
- [XDSP audio](/reference/audio/xdspaudio/xdspaudio_members.md)
- [Audio XDSP](/es/reference/audio/xdspaudio/xdspaudio_members.md)
