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

# GetShapeSrcPitchTarget

> GetShapeSrcPitchTarget

# GetShapeSrcPitchTarget

ピッチターゲットを取得します。

## 構文

```cpp theme={null}
float GetShapeSrcPitchTarget(  
         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) オブジェクトへのポインター。

### 戻り値

型: float

ピッチターゲット。

## 解説

サンプルレートコンバーター (SRC) ブロックは PCM サンプルを読み取り、サンプルレート変換とピッチシフトを実行します。ピッチターゲットおよびピッチ値は 0.0625〜3.99 の範囲です。ピッチターゲットを変更するには、[SetShapeSrcPitchTarget](/reference/audio/shapesrccontext/functions/setshapesrcpitchtarget) を使用します。

SRC の詳細については、[SHAPE の概要](/build/console-features/audio/overviews/shape-overview) の [サンプルレートコンバーター (SRC) ブロック](/build/console-features/audio/overviews/shape-overview#ID4EOE) を参照してください。

## 要件

**ヘッダー:** shapesrccontext.h

**サポート対象プラットフォーム:** XBOX One ファミリー本体および XBOX Series 本体

## 関連項目

[GetShapeSrcPitch](/reference/audio/shapesrccontext/functions/getshapesrcpitch)\
[ShapeSrcContext](/reference/audio/shapesrccontext/shapesrccontext_members)


## Related topics

- [GetShapeSrcPitch](/ja-jp/reference/audio/shapesrccontext/functions/getshapesrcpitch.md)
- [SetShapeSrcPitchTarget](/ja-jp/reference/audio/shapesrccontext/functions/setshapesrcpitchtarget.md)
- [ShapeSrcContext](/ja-jp/reference/audio/shapesrccontext/shapesrccontext_members.md)
- [SetShapeSrcPitch](/ja-jp/reference/audio/shapesrccontext/functions/setshapesrcpitch.md)
- [PitchToShapeSrcSamplingIncrement](/ja-jp/reference/audio/shapesrccontext/functions/pitchtoshapesrcsamplingincrement.md)
