toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case VideoSelectorColorSpaceUsage.fallback:
      return 'FALLBACK';
    case VideoSelectorColorSpaceUsage.force:
      return 'FORCE';
  }
}