toHLSDisplayFragmentTimestamp method
Implementation
HLSDisplayFragmentTimestamp toHLSDisplayFragmentTimestamp() {
switch (this) {
case 'ALWAYS':
return HLSDisplayFragmentTimestamp.always;
case 'NEVER':
return HLSDisplayFragmentTimestamp.never;
}
throw Exception('$this is not known in enum HLSDisplayFragmentTimestamp');
}