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

# SHAPE_FLOWGRAPH_FILTVOL_COMMAND

> SHAPE_FLOWGRAPH_FILTVOL_COMMAND

# SHAPE\_FLOWGRAPH\_FILTVOL\_COMMAND

指示需要进行滤波/音量处理。

## 语法

```cpp theme={null}
typedef struct SHAPE_FLOWGRAPH_FILTVOL_COMMAND {  
    UINT64 command : 5;
    UINT64 queued : 1;
    UINT64 disabled : 1;
    UINT64 error : 1;
    UINT64 reserved0 : 5;
    UINT64 contextId : 12;
    UINT64 inputMixBuffer : 13;
    UINT64 outputMixBuffer : 13;
    UINT64 reserved1 : 13;
} SHAPE_FLOWGRAPH_FILTVOL_COMMAND  
```

### 成员

`command`\
类型：UINT64

来自 [SHAPE\_FLOWGRAPH\_COMMAND\_TYPE](/reference/audio/shapeflowgraph/enums/shape_flowgraph_command_type) 的 SHAPE\_FLOWGRAPH\_COMMAND\_TYPE\_FILTVOL 命令。

`queued`\
类型：UINT64

内部处理标志：1 == 已插入内部命令队列，0 == 仍在等待。

`disabled`\
类型：UINT64

用于禁用该处理的标志。

`error`\
类型：UINT64

命令无效。由音频控制处理器 (ACP) 设置。

`reserved0`\
类型：UINT64

保留。

`contextId`\
类型：UINT64

上下文 ID。

`inputMixBuffer`\
类型：UINT64

通道 0（通常为左声道/单声道）的输出混音缓冲区。

`outputMixBuffer`\
类型：UINT64

通道 0（通常为左声道/单声道）的输出混音缓冲区。

`reserved1`\
类型：UINT64

保留。

## 备注

*FLTVOL* 命令被分派到 FLTVOL 硬件块以供执行。指定 FLTVOL 块的输入数据是一个混音缓冲区。FLTVOL 的输出始终写入到混音缓冲区。每个命令对应于 48 kHz 下 128 采样音频帧的一个通道的输出处理。

## 要求

**标头：** shapeflowgraph.h

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

## 另请参阅

[ACP 概述](/build/console-features/audio/overviews/acp-overview)

[SHAPE 概述](/build/console-features/audio/overviews/shape-overview)

[shapeflowgraph](/reference/audio/shapeflowgraph/shapeflowgraph_members)


## Related topics

- [SHAPE_FLOWGRAPH_COMMAND](/zh-CN/reference/audio/shapeflowgraph/structs/shape_flowgraph_command.md)
- [ShapeFlowGraph](/zh-CN/reference/audio/shapeflowgraph/shapeflowgraph_members.md)
- [SHAPE_FLOWGRAPH_COMMAND_TYPE](/zh-CN/reference/audio/shapeflowgraph/enums/shape_flowgraph_command_type.md)
- [ACP_COMMAND_LOAD_SHAPE_FLOWGRAPH](/zh-CN/reference/audio/acphal/structs/acp_command_load_shape_flowgraph.md)
- [SHAPE_FLOWGRAPH_SRC_COMMAND](/zh-CN/reference/audio/shapeflowgraph/structs/shape_flowgraph_src_command.md)
