# 获取当前正在播放视频信息

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /ZidooVideoPlay/getPlayStatus:
    get:
      summary: 获取当前正在播放视频信息
      deprecated: false
      description: ''
      tags:
        - 控制设备/视频控制
      parameters: []
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties: {}
              example: |-
                {
                    "status": 200,
                    "video": { //视频信息
                        "status": 1,
                        "title": "变形金刚2.+Transformers Revenge of the Fallen 2009 IMAX Edition BluRay 1080p AVC DTS-HDMA5.1-greyfeeling@CHDBits",
                        "path": "/mnt/nfs/192.168.11.113#share1/Movie/原盘2D/变形金刚2.+Transformers Revenge of the Fallen 2009 IMAX Edition BluRay 1080p AVC DTS-HDMA5.1-greyfeeling@CHDBits",
                        "currentPosition": 3494,
                        "duration": 9024932,
                        "width": 1920,
                        "height": 1080,
                        "fps": 23.97599983215332,
                        "formt": "H264",
                        "filesize": "",
                        "bitrate": "",
                        "output": "1920X1080P @ 23.976Hz YUV444 10Bits SDR",
                        "subtitleInfo": "English PGS (1/7)",
                        "audioInfo": "English DTS-HD MA 2.0 48.0KHz (1/4)"
                    },
                    "subtitle": { //字幕信息
                        "index": 1,
                        "information": "English PGS (1/7)"
                    },
                    "audio": { //音频信息
                        "index": 0,
                        "information": "English DTS-HD MA 2.0 48.0KHz (1/4)"
                    },
                    "playMode": { //播放模式
                        "index": 0,
                        "information": "Off"
                    },
                    "zoom": { //缩放比例
                        "index": 1,
                        "information": "Fit"
                    },
                    "3D": { //3D信息
                        "index": -1,
                        "information": "",
                        "isMvc3D": false
                    }
                }
          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-319627618-run
components:
  schemas: {}
  securitySchemes: {}
servers: []
security: []

```
