toValue method
Implementation
String toValue() {
switch (this) {
case VideoDescriptionScalingBehavior.$default:
return 'DEFAULT';
case VideoDescriptionScalingBehavior.stretchToOutput:
return 'STRETCH_TO_OUTPUT';
}
}
String toValue() {
switch (this) {
case VideoDescriptionScalingBehavior.$default:
return 'DEFAULT';
case VideoDescriptionScalingBehavior.stretchToOutput:
return 'STRETCH_TO_OUTPUT';
}
}