toValue method
Implementation
String toValue() {
switch (this) {
case DashIsoMpdProfile.mainProfile:
return 'MAIN_PROFILE';
case DashIsoMpdProfile.onDemandProfile:
return 'ON_DEMAND_PROFILE';
}
}
String toValue() {
switch (this) {
case DashIsoMpdProfile.mainProfile:
return 'MAIN_PROFILE';
case DashIsoMpdProfile.onDemandProfile:
return 'ON_DEMAND_PROFILE';
}
}