HyperDeck Control REST API
ソフトウェアデベロッパーは、カスタムアプリケーションを構築したり、RESTクライアントやPostman
などの すぐに使 用で きるツール を活 用して、HyperDeck Control REST APIを用いて、HyperDeckディ
スクレコーダーをシームレスに制御できます。このAPIは、収録の開始・停止、再生管理、ディスク情報
へのアクセスなどの様々な操作を実行できます。特定のニーズに合わせたカスタムアプリケーションを
開発している場 合でも、既存のツールを使用する場合でも、このAPIではHyperDeckディスクレコ ー ダ
ーの可能性を最大限に引き出せます。開発されたソリューションを拝見するのを楽しみにしています!
Transport Control API
API for controlling Transport on Blackmagic Design products.
GET /transports/0
Get device’s basic transport status.
Response
200 - OK
The response is a JSON object.
Name Type Description
mode string
Transport mode. Possible values are: InputPreview,
InputRecord, Output.
PUT /transports/0
Set device’s basic transport status.
Parameters
Name Type Description
mode string Transport mode. Possible values are: InputPreview, Output.
Response
204 - No Content
GET /transports/0/stop
Determine if transport is stopped.
Response
200 - OK
The response is a JSON object.
250
Developer Information