toValue method
Implementation
String toValue() {
switch (this) {
case SmoothGroupStreamManifestBehavior.doNotSend:
return 'DO_NOT_SEND';
case SmoothGroupStreamManifestBehavior.send:
return 'SEND';
}
}
String toValue() {
switch (this) {
case SmoothGroupStreamManifestBehavior.doNotSend:
return 'DO_NOT_SEND';
case SmoothGroupStreamManifestBehavior.send:
return 'SEND';
}
}