setDefaultTimelineVideoFormat method

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

Implementation

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