toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case CmafCodecSpecification.rfc_6381:
      return 'RFC_6381';
    case CmafCodecSpecification.rfc_4281:
      return 'RFC_4281';
  }
}