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.
915
Developer Information