setVideoFormat method

Future<HyperDeckRestResponse> setVideoFormat(
  1. Map<String, Object?> format
)

Implementation

Future<HyperDeckRestResponse> setVideoFormat(Map<String, Object?> format) =>
    put('/system/videoFormat', format);