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

# GetShapeEqCompInputDelay1

> GetShapeEqCompInputDelay1

# GetShapeEqCompInputDelay1

오른쪽 채널의 입력 지연을 가져옵니다.

## Syntax

```cpp theme={null}
float GetShapeEqCompInputDelay1(  
         const SHAPE_EQCOMP_CONTEXT* context  
)  
```

### Parameters

*context*   \_In\_\
Type: [SHAPE\_EQCOMP\_CONTEXT\*](/reference/audio/shapeeqcompcontext/structs/shape_eqcomp_context)

`SHAPE_EQCOMP_CONTEXT` 객체에 대한 포인터입니다.

### Return value

Type: float

오른쪽 채널의 입력 지연입니다.

## Remarks

SHAPE 클록은 CPU 클록과 독립적이기 때문에, 지연 시간(latency)이 요인으로 작용할 수 있습니다. 하드웨어-소프트웨어 및 소프트웨어-하드웨어 전환에는 2.66ms의 지연 시간이 발생합니다. 중요한 코드를 동기화하고 특정 사운드에 여러 전환을 사용할 때는, 사운드 렌더링을 동기화하기 위해 CPU 클록 기반 지연을 구현하는 것을 고려하십시오.

관련 정보는 [Overview of SHAPE](/build/console-features/audio/overviews/shape-overview)의 [Equalization and compression](/build/console-features/audio/overviews/shape-overview#ID4ECF)을 참조하십시오.

## Requirements

**Header:** shapeeqcompcontext.h

**Supported platforms:** XBOX One 계열 콘솔 및 XBOX Series 콘솔

## See also

[ShapeEqCompContext](/reference/audio/shapeeqcompcontext/shapeeqcompcontext_members)


## Related topics

- [ShapeEqCompContext](/ko/reference/audio/shapeeqcompcontext/shapeeqcompcontext_members.md)
- [GetShapeEqCompInputDelay0](/ko/reference/audio/shapeeqcompcontext/functions/getshapeeqcompinputdelay0.md)
- [GetShapeEqCompInputLevel](/ko/reference/audio/shapeeqcompcontext/functions/getshapeeqcompinputlevel.md)
- [GetShapeEqCompThreshold](/ko/reference/audio/shapeeqcompcontext/functions/getshapeeqcompthreshold.md)
- [GetShapeEqCompTimestamp](/ko/reference/audio/shapeeqcompcontext/functions/getshapeeqcomptimestamp.md)
