menu
blackmagicdesign package
documentation
hyperdeck/hyperdeck.dart
HyperDeckConnection
clipsClear method
clipsClear method
dark_mode
light_mode
clipsClear
method
Future
<
HyperDeckResponse
>
clipsClear
(
)
Removes every clip.
Implementation
Future<HyperDeckResponse> clipsClear() => send(HyperDeckCommand.clipsClear);
blackmagicdesign package
documentation
hyperdeck/hyperdeck
HyperDeckConnection
clipsClear method
HyperDeckConnection class