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