# 获取字幕列表

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /ZidooVideoPlay/getSubtitleList:
    get:
      summary: 获取字幕列表
      deprecated: false
      description: ''
      tags:
        - 控制设备/视频控制
      parameters: []
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties: {}
              example:
                status: 200
                currentIndex: 1
                size: 8
                subtitles:
                  - title: 'Off'
                    laungaue: ''
                    subtitleFormat: -1
                    isExternal: false
                    isClose: true
                    index: 0
                  - title: English PGS
                    laungaue: en
                    subtitleFormat: 3
                    isExternal: false
                    isClose: false
                    index: 1
                  - title: French PGS
                    laungaue: fr
                    subtitleFormat: 3
                    isExternal: false
                    isClose: false
                    index: 2
                  - title: Chinese PGS
                    laungaue: zh
                    subtitleFormat: 3
                    isExternal: false
                    isClose: false
                    index: 3
                  - title: Chinese PGS
                    laungaue: zh
                    subtitleFormat: 3
                    isExternal: false
                    isClose: false
                    index: 4
                  - title: English PGS
                    laungaue: en
                    subtitleFormat: 3
                    isExternal: false
                    isClose: false
                    index: 5
                  - title: French PGS
                    laungaue: fr
                    subtitleFormat: 3
                    isExternal: false
                    isClose: false
                    index: 6
                  - title: Chinese PGS
                    laungaue: zh
                    subtitleFormat: 3
                    isExternal: false
                    isClose: false
                    index: 7
          headers: {}
          x-apifox-name: 成功
      security: []
      x-apifox-folder: 控制设备/视频控制
      x-apifox-status: released
      x-run-in-apifox: https://app.apifox.com/web/project/6727011/apis/api-319639698-run
components:
  schemas: {}
  securitySchemes: {}
servers: []
security: []

```
