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

# PlayFabPlayer.VoiceLevel

> Unity PlayFab Party ボイスチャットでプレイヤーの再生音量を制御する 0 から 1 までの float 値である PlayFabPlayer.VoiceLevel プロパティのリファレンス。

# VoiceLevel

プレイヤーの音量を取得または設定します。値は 0 から 1 までの float です。

```csharp theme={null}
public float PlayFabPlayer.VoiceLevel { get; set; }
```

## プロパティ値

VoiceLevel

[float]()

0 以上 1 以下の値です。


## Related topics

- [クラス PlayFabPlayer](/ja-jp/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/index.md)
- [PlayFabPlayer.IsLocal](/ja-jp/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/properties/playfabunityislocal.md)
- [PlayFabPlayer.EntityKey](/ja-jp/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/properties/playfabunityentitykey.md)
- [PlayFabPlayer.ChatState](/ja-jp/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/properties/playfabunitychatstate.md)
- [bool PlayFabPlayer.IsMuted](/ja-jp/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/properties/playfabunityismuted.md)
