toMsSmoothH265PackagingType method
Implementation
MsSmoothH265PackagingType toMsSmoothH265PackagingType() {
switch (this) {
case 'HEV1':
return MsSmoothH265PackagingType.hev1;
case 'HVC1':
return MsSmoothH265PackagingType.hvc1;
}
throw Exception('$this is not known in enum MsSmoothH265PackagingType');
}