> For the complete documentation index, see [llms.txt](https://catenoid-support.gitbook.io/kollus-dev-jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://catenoid-support.gitbook.io/kollus-dev-jp/kollus-vg-controller/bittortomesoddo.md).

# ビットレートメソッド

### **set\_bitrate (index)**

**対象プレイヤータイプ：v4**

get\_bitrate\_data()メソッドまたはbitrate\_data\_loadedイベントからインポートされたbitrate\_data配列のIndex値をパラメータとして転送し、プレイヤーのBitrate変更を実行します。&#x20;

(重要) Index 0 は 'Auto' の値です。 メソッドまたはイベントで受け取ったbitrate\_data配列のIndex値に+1をして、正常なBitrate値を要求することができます。

**Parameters:**

* index INTEGER bitrate\_data 配列の Index値

**Return:**

* No return

### **get\_bitrate\_data()**

**対象プレイヤータイプ：v4**

Hls/Dash Manifest Dataがロードされた以降実行が可能

&#x20;

**Parameters:**

* No parameter

**Return:**

* bitrate\_data ARRAY Hls/Dash bitrate data objectが含んだ配列オブジェクト


---

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

```
GET https://catenoid-support.gitbook.io/kollus-dev-jp/kollus-vg-controller/bittortomesoddo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
