toValue method
Implementation
String toValue() {
switch (this) {
case HLSDisplayFragmentTimestamp.always:
return 'ALWAYS';
case HLSDisplayFragmentTimestamp.never:
return 'NEVER';
}
}
String toValue() {
switch (this) {
case HLSDisplayFragmentTimestamp.always:
return 'ALWAYS';
case HLSDisplayFragmentTimestamp.never:
return 'NEVER';
}
}