> 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/mesoddo-4.md).

# 字幕位置メソッド

### **set\_subtitle\_activity (activity)**

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

> 字幕の位置を変更します。

**Parameters:**

* activity BOOLEAN trueの場合、基本コントロールバー領域まで上に上がり、falseの場合は下に下がる

**Return:**

* No return

### **get\_subtitle\_activity ()**

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

> 字幕の位置が上がっているのか可否をリターンします。

**Parameters:**

* No parameter

**Return:**

* BOOLEAN 字幕の位置が上がってのか可否

### **get\_subtitles\_list ()**

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

> VideoGatewayで字幕順序を変更してプレイヤーに転送する場合があるため、APIを呼び出す字幕リストではなく VideoGatewayのMedia Infoオブジェクト内部の字幕プロパティを返します。

**Parameters**:

* No parameter

**Return:**

* ARRAY 字幕リスト配列オブジェクトです。

### **set\_current\_subtitle (index)**

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

> 字幕を変更します。

**Parameters:**

* index NUMBER get\_subtitles\_list()メソッドでリターンされた字幕配列のindex値です。

**Return:**

* No return

### **set\_current\_subtitle\_sub (index)**

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

> サーブ字幕を変更します。

**Parameters:**

* index Number get\_subtitles\_sub\_list() メソッドでリターンされたサブ字幕破裂のindex値です。

**Return:**

* No return
