{
  "title": "live-player",
  "type": "object",
  "properties": {
    "src": {
      "type": "string",
      "description": "否"
    },
    "mode": {
      "type": "string",
      "description": "否",
      "defaultValue": "live"
    },
    "autoplay": {
      "type": "boolean",
      "description": "否",
      "defaultValue": false
    },
    "muted": {
      "type": "boolean",
      "description": "否",
      "defaultValue": false
    },
    "orientation": {
      "type": "string",
      "description": "否",
      "defaultValue": "vertical"
    },
    "object-fit": {
      "type": "string",
      "description": "否",
      "defaultValue": "contain"
    },
    "sound-mode": {
      "type": "string",
      "description": "否",
      "defaultValue": "speaker"
    },
    "bindStateChange": {
      "tsType": "() => void",
      "description": "否"
    },
    "bindFullScreenChange": {
      "tsType": "() => void",
      "description": "否"
    }
  },
  "additionalProperties": false
}