toValue method

String toValue()

Implementation

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