# 停止播放

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /ZidooControlCenter/RemoteControl/sendkey:
    get:
      summary: 停止播放
      deprecated: false
      description: ''
      tags:
        - 控制设备/视频控制
      parameters:
        - name: key
          in: query
          description: 固定为 Key.MediaStop
          required: false
          example: Key.MediaStop
          schema:
            type: string
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties: {}
              example:
                status: 200
          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-319654499-run
components:
  schemas: {}
  securitySchemes: {}
servers: []
security: []

```
