toValue method
Implementation
String toValue() {
switch (this) {
case SmoothGroupAudioOnlyTimecodeControl.passthrough:
return 'PASSTHROUGH';
case SmoothGroupAudioOnlyTimecodeControl.useConfiguredClock:
return 'USE_CONFIGURED_CLOCK';
}
}