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

# GetShapeSrcInternalSaturate

> GetShapeSrcInternalSaturate

# GetShapeSrcInternalSaturate

获取内部饱和标志。

## 语法

```cpp theme={null}
bool GetShapeSrcInternalSaturate(  
         const SHAPE_SRC_CONTEXT* context  
)  
```

### 参数

*context*   \_In\_\
类型：[SHAPE\_SRC\_CONTEXT\*](/reference/audio/shapesrccontext/structs/shape_src_context)

指向 [SHAPE\_SRC\_CONTEXT](/reference/audio/shapesrccontext/structs/shape_src_context) 结构体的指针。

### 返回值

类型：bool

内部饱和标志。如果发生饱和，则为 True。

## 备注

每个可伸缩硬件音频处理引擎 (SHAPE) 块都维护与信号开销和增益相关的状态。内部饱和标志指示在处理期间是否发生了饱和。

有关更多信息，请参阅 [SHAPE 概述](/build/console-features/audio/overviews/shape-overview)中的[溢出、幅度和饱和](/build/console-features/audio/overviews/shape-overview#ID4ELAAC)。

## 要求

**标头：** shapesrccontext.h

**支持的平台：** XBOX One 系列主机和 XBOX Series 主机

## 另请参阅

[ShapeSrcContext](/reference/audio/shapesrccontext/shapesrccontext_members)


## Related topics

- [ShapeSrcContext](/zh-CN/reference/audio/shapesrccontext/shapesrccontext_members.md)
- [GetShapeEqCompInternalSaturate](/zh-CN/reference/audio/shapeeqcompcontext/functions/getshapeeqcompinternalsaturate.md)
- [GetShapeFiltVolInternalSaturate](/zh-CN/reference/audio/shapefiltvolcontext/functions/getshapefiltvolinternalsaturate.md)
- [SHAPE_SRC_CONTEXT](/zh-CN/reference/audio/shapesrccontext/structs/shape_src_context.md)
- [GetShapeSrcPitch](/zh-CN/reference/audio/shapesrccontext/functions/getshapesrcpitch.md)
