setTimelineVideoFormat method

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

Implementation

Future<HyperDeckRestResponse> setTimelineVideoFormat(
        Map<String, Object?> format) =>
    put('/timelines/0/videoFormat', format);