toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case MsSmoothH265PackagingType.hev1:
      return 'HEV1';
    case MsSmoothH265PackagingType.hvc1:
      return 'HVC1';
  }
}