toValue method
Implementation
String toValue() {
switch (this) {
case CmafWriteHLSManifest.disabled:
return 'DISABLED';
case CmafWriteHLSManifest.enabled:
return 'ENABLED';
}
}
String toValue() {
switch (this) {
case CmafWriteHLSManifest.disabled:
return 'DISABLED';
case CmafWriteHLSManifest.enabled:
return 'ENABLED';
}
}