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