docs/_data/Help/obs.powershell.websocket.GetMediaInputStatus.json

{
  "Synopsis": "Get-OBSMediaInputStatus : GetMediaInputStatus",
  "Description": "Gets the status of a media input.\n\nMedia States:\n\n- `OBS_MEDIA_STATE_NONE`\n- `OBS_MEDIA_STATE_PLAYING`\n- `OBS_MEDIA_STATE_OPENING`\n- `OBS_MEDIA_STATE_BUFFERING`\n- `OBS_MEDIA_STATE_PAUSED`\n- `OBS_MEDIA_STATE_STOPPED`\n- `OBS_MEDIA_STATE_ENDED`\n- `OBS_MEDIA_STATE_ERROR`\n\n\nGet-OBSMediaInputStatus calls the OBS WebSocket with a request of type GetMediaInputStatus.",
  "Parameters": [
    {
      "Name": null,
      "Type": null,
      "Description": "",
      "Required": false,
      "Position": 0,
      "Aliases": null,
      "DefaultValue": null,
      "Globbing": false,
      "PipelineInput": null,
      "variableLength": false
    }
  ],
  "Notes": [
    null
  ],
  "CommandType": "Function",
  "Component": [
    null
  ],
  "Inputs": [
    null
  ],
  "Outputs": [
    null
  ],
  "Links": [
    "https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getmediainputstatus"
  ],
  "Examples": []
}