toValue method
Implementation
String toValue() {
switch (this) {
case H265Profile.main:
return 'MAIN';
case H265Profile.main_10bit:
return 'MAIN_10BIT';
}
}
String toValue() {
switch (this) {
case H265Profile.main:
return 'MAIN';
case H265Profile.main_10bit:
return 'MAIN_10BIT';
}
}