toValue method
Implementation
String toValue() {
switch (this) {
case HlsManifestDurationFormat.floatingPoint:
return 'FLOATING_POINT';
case HlsManifestDurationFormat.integer:
return 'INTEGER';
}
}
String toValue() {
switch (this) {
case HlsManifestDurationFormat.floatingPoint:
return 'FLOATING_POINT';
case HlsManifestDurationFormat.integer:
return 'INTEGER';
}
}