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

필터/볼륨 패스가 필요함을 나타냅니다.

## Syntax

```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  
```

### Members

`command`\
Type: UINT64

[SHAPE\_FLOWGRAPH\_COMMAND\_TYPE](/reference/audio/shapeflowgraph/enums/shape_flowgraph_command_type)의 SHAPE\_FLOWGRAPH\_COMMAND\_TYPE\_FILTVOL 명령입니다.

`queued`\
Type: UINT64

내부 프로세스 플래그: 1 == 내부 명령 큐에 삽입됨, 0 == 아직 대기 중.

`disabled`\
Type: UINT64

패스 비활성화 플래그입니다.

`error`\
Type: UINT64

명령이 유효하지 않음. Audio Control Processor(ACP)에 의해 설정됩니다.

`reserved0`\
Type: UINT64

예약됨.

`contextId`\
Type: UINT64

컨텍스트 ID입니다.

`inputMixBuffer`\
Type: UINT64

채널 0(일반적으로 좌측/모노)의 출력 믹스 버퍼입니다.

`outputMixBuffer`\
Type: UINT64

채널 0(일반적으로 좌측/모노)의 출력 믹스 버퍼입니다.

`reserved1`\
Type: UINT64

예약됨.

## Remarks

*FLTVOL* 명령은 실행을 위해 FLTVOL 하드웨어 블록으로 디스패치됩니다. 지정된 FLTVOL 블록의 입력 데이터는 믹스 버퍼입니다. FLTVOL의 출력은 항상 믹스 버퍼로 향합니다. 각 명령은 48kHz에서 128 샘플 오디오 프레임의 한 채널 출력 처리에 해당합니다.

## Requirements

**Header:** shapeflowgraph.h

**Supported platforms:** XBOX One 제품군 콘솔 및 XBOX Series 콘솔

## See also

[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](/ko/reference/audio/shapeflowgraph/structs/shape_flowgraph_command.md)
- [ShapeFlowGraph](/ko/reference/audio/shapeflowgraph/shapeflowgraph_members.md)
- [SHAPE_FLOWGRAPH_COMMAND_TYPE](/ko/reference/audio/shapeflowgraph/enums/shape_flowgraph_command_type.md)
- [ACP_COMMAND_LOAD_SHAPE_FLOWGRAPH](/ko/reference/audio/acphal/structs/acp_command_load_shape_flowgraph.md)
- [SHAPE_FLOWGRAPH_COMMAND_HEADER](/ko/reference/audio/shapeflowgraph/structs/shape_flowgraph_command_header.md)
