> For the complete documentation index, see [llms.txt](https://library.zoom.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://library.zoom.com/technical-library/ja/kn/network-management/quality-of-service-and-network-best-practices-explainer/how-zoom-audio-and-video-codecs-affect-bandwidth-usage.md).

# Zoom のオーディオおよびビデオコーデックが帯域幅の使用量に与える影響

#### <mark style="color:青;">Zoom対応デバイスおよびZoom製品は、ネットワーク条件とCPU使用率に適応するために独自のコーデック技術を利用します</mark> <a href="#cfl101gciai2" id="cfl101gciai2"></a>

Zoomのアプリケーション層におけるAdaptive Codecは、私たちが「Reactive QoS Layer」と呼ぶものによってパフォーマンスを最適化します。Zoomアプリケーションは、ビデオストリームを時間的（1秒あたりのフレーム数）および空間的（解像度）に調整します。

{% hint style="success" %}
**例**

Zoom Workplaceデスクトップアプリが30フレーム/秒で720P解像度を送信していて、Reactive QoS LayerがCPUの使用率が非常に高いと検出した場合、アプリは同じ解像度を維持しつつ15フレーム/秒に調整してCPUの負荷を軽減しようとします。Reactive QoS Layerがデバイス自体のネットワークI/Oがボトルネックであると検出した場合、Adaptive Codecは利用可能な帯域幅内で動作するように、送受信するすべてのビデオストリームの解像度を下げます。これらの動作により、低帯域幅でも明瞭な通話のためのオーディオを維持できます。
{% endhint %}

#### <mark style="color:青;">Zoomは、ネットワーク条件やビデオレイアウトが変化しても高品質なメディアを維持するために、業界をリードするオーディオおよびビデオコーデックを使用しています</mark> <a href="#id-8gaj771b59fw" id="id-8gaj771b59fw"></a>

次の表は、ZoomアプリケーションおよびZoom対応デバイスで利用されているオーディオおよびビデオのソフトウェアコーデックを示しています。

| **Zoom製品**               | **H.264スケーラブルビデオコーデック** | **Opusオーディオコーデック** | **SILK オーディオコーデック** |
| ------------------------ | ----------------------- | ------------------ | ------------------- |
| Zoom Workplace デスクトップアプリ | ✔                       | ✔                  | ✔                   |
| Zoom Workplace モバイルアプリ   | ✔                       | ✔                  | ✔                   |
| Zoom Workplace VDI アプリ   | ✔                       | ✔                  | ✔                   |
| Zoom Rooms               | ✔                       | ✔                  | ✔                   |
| Zoom Phone               |                         | ✔                  | ✔                   |
| Zoom コンタクトセンター           | ✔                       | ✔                  | ✔                   |

#### <mark style="color:青;">H.264スケーラブルビデオコーデックは、ビデオレイアウト、解像度、および他のミーティング参加者のビデオ解像度に適応します</mark> <a href="#id-69joo9v7f5ju" id="id-69joo9v7f5ju"></a>

より多くの参加者がZoomミーティングに参加すると、それぞれのZoomアプリケーションは、あなたが使用しているZoomアプリに対して特定のビデオ解像度を要求します。これらの要求された解像度の品質は、次の要素に基づいて異なります *リモート* ミーティング参加者の選択したビデオレイアウト。あなたのZoom アプリケーションは、参加者が遠端で要求するさまざまな解像度に対応するために、最大4つの H.264 SVC（Scalable Video Codec）ビデオストリームを同時に送信できます。H.264 SVCは、コンテンツ共有とレイアウトのために、ビデオ設定にも適応します。

#### <mark style="color:青;">Opus と SILK コーデックは、Zoom Meetings とウェビナーでのオーディオ通信、および Zoom Phone と Zoom コンタクトセンターで使用されます</mark> <a href="#yd9zc77zfnm7" id="yd9zc77zfnm7"></a>

SILKおよびOpus オーディオコーデックは適応型であり、リアルタイムのネットワーク条件に応じてビットレートを動的に調整し、最適な音声通話品質を提供します。このドキュメントで推奨される オーディオ帯域幅の割り当ては、これらのコーデックの動的な機能を考慮して、範囲で示されています


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://library.zoom.com/technical-library/ja/kn/network-management/quality-of-service-and-network-best-practices-explainer/how-zoom-audio-and-video-codecs-affect-bandwidth-usage.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
