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
mode
PUT /transports/0
Set device's basic transport status.
Parameters
Name
mode
Response
204 - No Content
GET /transports/0/stop
Determine if transport is stopped.
Response
200 - OK
The response is a JSON object.
Type
Description
Transport mode. Possible values are: InputPreview,
string
InputRecord, Output.
Type
Description
string
Transport mode. Possible values are: InputPreview, Output.
Developer Information
250