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