menu
blackmagicdesign package
documentation
atem/src/state/atem_state.dart
AtemState
updateSuperSource method
updateSuperSource method
dark_mode
light_mode
updateSuperSource
method
void
updateSuperSource
(
int
index
,
SuperSourceState
state
)
Implementation
void updateSuperSource(int index, SuperSourceState state) { _superSources[index] = state; }
blackmagicdesign package
documentation
atem/src/state/atem_state
AtemState
updateSuperSource method
AtemState class