toValue method
Implementation
String toValue() {
switch (this) {
case MsSmoothAudioDeduplication.combineDuplicateStreams:
return 'COMBINE_DUPLICATE_STREAMS';
case MsSmoothAudioDeduplication.none:
return 'NONE';
}
}
String toValue() {
switch (this) {
case MsSmoothAudioDeduplication.combineDuplicateStreams:
return 'COMBINE_DUPLICATE_STREAMS';
case MsSmoothAudioDeduplication.none:
return 'NONE';
}
}